Update README.md
Browse files
README.md
CHANGED
@@ -120,6 +120,16 @@ and run it
|
|
120 |
python run_model.py
|
121 |
```
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
## Citation
|
124 |
|
125 |
```markdown
|
|
|
120 |
python run_model.py
|
121 |
```
|
122 |
|
123 |
+
## Merged Model
|
124 |
+
|
125 |
+
You can also utilize a fully finetuned model for the Galician language with this version of GGUF: [https://huggingface.co/abrahammg/Llama3-8B-Galician-Chat](https://huggingface.co/abrahammg/Llama3-8B-Galician-Chat)
|
126 |
+
Load it directly into **LM Studio** by entering the URL *https://huggingface.co/abrahammg/Llama3-8B-Galician-Chat/* in the search box. Set the template to LLama3 for optimal results.
|
127 |
+
|
128 |
+
Or pull it in **Ollama** with the command:
|
129 |
+
```bash
|
130 |
+
ollama run abrahammg/llama3-gl-chat
|
131 |
+
```
|
132 |
+
|
133 |
## Citation
|
134 |
|
135 |
```markdown
|