Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ base_model:
|
|
24 |
|
25 |
This model is compatible with both the Hugging Face Transformers library and Ollama.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
### Running with Hugging Face Transformers
|
28 |
|
29 |
1. **Install Dependencies:**
|
@@ -62,12 +68,6 @@ This model is compatible with both the Hugging Face Transformers library and Oll
|
|
62 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
63 |
```
|
64 |
|
65 |
-
### Running with Ollama
|
66 |
-
|
67 |
-
```bash
|
68 |
-
ollama run hf.co/mshojaei77/gemma-3-4b-persian-v0:Q8_0
|
69 |
-
```
|
70 |
-
|
71 |
## Training Data and Fine-Tuning
|
72 |
|
73 |
### Training Dataset
|
|
|
24 |
|
25 |
This model is compatible with both the Hugging Face Transformers library and Ollama.
|
26 |
|
27 |
+
### Running with Ollama
|
28 |
+
|
29 |
+
```bash
|
30 |
+
ollama run hf.co/mshojaei77/gemma-3-4b-persian-v0:Q8_0
|
31 |
+
```
|
32 |
+
|
33 |
### Running with Hugging Face Transformers
|
34 |
|
35 |
1. **Install Dependencies:**
|
|
|
68 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
## Training Data and Fine-Tuning
|
72 |
|
73 |
### Training Dataset
|