eldor-fozilov commited on
Commit
ed1adb7
·
verified ·
1 Parent(s): c6f9fe1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ pipeline_tag: text-generation
28
  ### Model Description
29
 
30
  The Mistral-Nemo-Instruct-Uz model has been continually pre-trained and instruction-tuned using a mix of publicly available and syntheticly constructed Uzbek and English data to preserve its original knowledge while enhancing its capabilities. This model is designed to support various natural language processing tasks in Uzbek, such as machine translation, summarization, and dialogue systems, ensuring robust performance across these applications.
31
- For more details on the model's construction and performance metrics, see [this post.](#)
32
 
33
  - **Developed by:**
34
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
@@ -76,7 +76,7 @@ mistral-chat $HOME/mistral_models/Nemo-Instruct-Uz --instruct --max_tokens 256 -
76
  O'zbek tilida kichik bir she'r yozib bera olasanmi?
77
  ```
78
 
79
- #### Instruct following
80
 
81
  ```py
82
  from mistral_inference.transformer import Transformer
 
28
  ### Model Description
29
 
30
  The Mistral-Nemo-Instruct-Uz model has been continually pre-trained and instruction-tuned using a mix of publicly available and syntheticly constructed Uzbek and English data to preserve its original knowledge while enhancing its capabilities. This model is designed to support various natural language processing tasks in Uzbek, such as machine translation, summarization, and dialogue systems, ensuring robust performance across these applications.
31
+ For details regarding the performance metrics compared to the base model, see [this post.](#)
32
 
33
  - **Developed by:**
34
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
 
76
  O'zbek tilida kichik bir she'r yozib bera olasanmi?
77
  ```
78
 
79
+ #### Instruction Following
80
 
81
  ```py
82
  from mistral_inference.transformer import Transformer