azimjon commited on
Commit
dad2d23
1 Parent(s): 339da93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -72,7 +72,7 @@ mistral-chat $HOME/mistral_models/Nemo-Instruct-Uz --instruct --max_tokens 256 -
72
 
73
  *E.g.* Try out something like:
74
  ```
75
- How expensive would it be to ask a window cleaner to clean all windows in Paris. Make a reasonable guess in US Dollar.
76
  ```
77
 
78
  #### Instruct following
@@ -88,7 +88,7 @@ from mistral_common.protocol.instruct.request import ChatCompletionRequest
88
  tokenizer = MistralTokenizer.from_file(f"{mistral_models_path}/tekken.json")
89
  model = Transformer.from_folder(mistral_models_path)
90
 
91
- prompt = "How expensive would it be to ask a window cleaner to clean all windows in Paris. Make a reasonable guess in US Dollar."
92
 
93
  completion_request = ChatCompletionRequest(messages=[UserMessage(content=prompt)])
94
 
 
72
 
73
  *E.g.* Try out something like:
74
  ```
75
+ O'zbek tilida kichik bir she'r yozib bera olasanmi?
76
  ```
77
 
78
  #### Instruct following
 
88
  tokenizer = MistralTokenizer.from_file(f"{mistral_models_path}/tekken.json")
89
  model = Transformer.from_folder(mistral_models_path)
90
 
91
+ prompt = "O'zbek tilida kichik bir she'r yozib bera olasanmi?"
92
 
93
  completion_request = ChatCompletionRequest(messages=[UserMessage(content=prompt)])
94