eldor-fozilov commited on
Commit
87a7e5b
1 Parent(s): 3d5dd86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,7 +27,7 @@ pipeline_tag: text-generation
27
  ### Model Description
28
 
29
  The Mistral-7B-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.
30
- For more details on the model's construction and performance metrics, see [this post.](#)
31
 
32
  - **Developed by:**
33
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
@@ -62,7 +62,7 @@ After installing `mistral_inference`, a `mistral-chat` CLI command should be ava
62
  mistral-chat $HOME/mistral_models/7B-Instruct-Uz --instruct --max_tokens 256
63
  ```
64
 
65
- ### Instruct following
66
 
67
  ```py
68
  from mistral_inference.transformer import Transformer
 
27
  ### Model Description
28
 
29
  The Mistral-7B-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.
30
+ For details regarding the performance metrics compared to the base model, see [this post.](#)
31
 
32
  - **Developed by:**
33
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
 
62
  mistral-chat $HOME/mistral_models/7B-Instruct-Uz --instruct --max_tokens 256
63
  ```
64
 
65
+ ### Instructiong Following
66
 
67
  ```py
68
  from mistral_inference.transformer import Transformer