Update README.md
Browse files
README.md
CHANGED
@@ -111,3 +111,18 @@ while True:
|
|
111 |
|
112 |
torch_gc()
|
113 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
torch_gc()
|
113 |
```
|
114 |
+
## Citation
|
115 |
+
|
116 |
+
```markdown
|
117 |
+
@misc{Llama3-8B-Galician-Chat,
|
118 |
+
author = {Abraham Martínez Gracia},
|
119 |
+
title = {Llama3-8B-Galician-Chat: A finetuned chat model for Galician language},
|
120 |
+
year = {2024},
|
121 |
+
url = {https://huggingface.co/abrahammg/Llama3-8B-Galician-Chat}
|
122 |
+
}
|
123 |
+
```
|
124 |
+
|
125 |
+
## Acknowledgement
|
126 |
+
|
127 |
+
[meta-llama/llama3](https://github.com/meta-llama/llama3)
|
128 |
+
[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)
|