Update README.md
Browse files
README.md
CHANGED
@@ -120,11 +120,11 @@ and run it
|
|
120 |
python run_model.py
|
121 |
```
|
122 |
|
123 |
-
|
124 |
|
125 |
-
You can
|
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
|
|
|
120 |
python run_model.py
|
121 |
```
|
122 |
|
123 |
+
# Full Merged Model 💬
|
124 |
|
125 |
+
You can find a the adapter merged with the Llama3-8B base model in this repo: [https://huggingface.co/abrahammg/Llama3-8B-Galician-Instruct-GGUF](https://huggingface.co/abrahammg/Llama3-8B-Galician-Instruct-GGUF)
|
|
|
126 |
|
127 |
+
To utilize this model within LM Studio, simply input the URL https://huggingface.co/abrahammg/Llama3-8B-Galician-Instruct-GGUF into the search box. For the best performance, ensure you set the template to LLama3.
|
128 |
Or pull it in **Ollama** with the command:
|
129 |
```bash
|
130 |
ollama run abrahammg/llama3-gl-chat
|