Update README.md
Browse files
README.md
CHANGED
|
@@ -272,7 +272,13 @@ For use with Ollama, llama.cpp, LM Studio, and other compatible tools:
|
|
| 272 |
Run JOSIE-4B-Instruct directly using Ollama:
|
| 273 |
|
| 274 |
```bash
|
| 275 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
```
|
| 277 |
|
| 278 |
---
|
|
|
|
| 272 |
Run JOSIE-4B-Instruct directly using Ollama:
|
| 273 |
|
| 274 |
```bash
|
| 275 |
+
ollama run goekdenizguelmez/JOSIE:4b
|
| 276 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct
|
| 277 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct-q4_k_m
|
| 278 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct-q5_k_m
|
| 279 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct-q6_k
|
| 280 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct-q8_0
|
| 281 |
+
ollama run goekdenizguelmez/JOSIE:4b-instruct-f16
|
| 282 |
```
|
| 283 |
|
| 284 |
---
|