Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ tags:
|
|
15 |
- experimental
|
16 |
library_name: transformers
|
17 |
pipeline_tag: text-generation
|
|
|
18 |
---
|
19 |
|
20 |
# Persian Gemma 2b - Conversational AI Experiment (Early Stage)
|
@@ -138,5 +139,4 @@ print(assistant_response)
|
|
138 |
* **`library_name: transformers` and `pipeline_tag: text-generation`**: Specified in metadata and Model Details for discoverability and clarity.
|
139 |
* **`chat_template="gemma"`:** Use the correct chat template for Gemma models.
|
140 |
* **Hardware Recommendations:** CUDA GPU recommended. `device="mps"` for Apple Silicon (performance may vary).
|
141 |
-
* **Output Quality:** Expect highly variable and often suboptimal output due to limited training. Critical evaluation of generated text is essential.
|
142 |
-
|
|
|
15 |
- experimental
|
16 |
library_name: transformers
|
17 |
pipeline_tag: text-generation
|
18 |
+
new_version: mshojaei77/gemma-2-2b-fa-v2
|
19 |
---
|
20 |
|
21 |
# Persian Gemma 2b - Conversational AI Experiment (Early Stage)
|
|
|
139 |
* **`library_name: transformers` and `pipeline_tag: text-generation`**: Specified in metadata and Model Details for discoverability and clarity.
|
140 |
* **`chat_template="gemma"`:** Use the correct chat template for Gemma models.
|
141 |
* **Hardware Recommendations:** CUDA GPU recommended. `device="mps"` for Apple Silicon (performance may vary).
|
142 |
+
* **Output Quality:** Expect highly variable and often suboptimal output due to limited training. Critical evaluation of generated text is essential.
|
|