vishesh-t27 commited on
Commit
f89364c
·
verified ·
1 Parent(s): 1ae17a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -155,7 +155,7 @@ This remains an active research area within the Nandi model family, and we plan
155
 
156
  The model is trained on English and a diverse set of Indic languages, including:
157
 
158
- - Hindi, Bengali, Tamil, Telugu, Marathi, Gujarati, Kannada, Malayalam, Punjabi, Odia
159
 
160
  # 🚀 Usage
161
 
@@ -193,7 +193,7 @@ model_inputs = tokenizer(
193
  outputs = model.generate(
194
  **model_inputs,
195
  max_new_tokens=50,
196
- do_sample=False,
197
  temperature=0.3,
198
  top_k=20,
199
  top_p=0.95,
 
155
 
156
  The model is trained on English and a diverse set of Indic languages, including:
157
 
158
+ Hindi, Bengali, Tamil, Telugu, Marathi, Gujarati, Kannada, Malayalam, Punjabi, Odia
159
 
160
  # 🚀 Usage
161
 
 
193
  outputs = model.generate(
194
  **model_inputs,
195
  max_new_tokens=50,
196
+ do_sample=True,
197
  temperature=0.3,
198
  top_k=20,
199
  top_p=0.95,