NickyNicky commited on
Commit
5f8b41d
1 Parent(s): 271c873

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -179,7 +179,7 @@ lista de codigos linguisticos disponibles: ["en", "en"].<end_of_turn>
179
 
180
 
181
 
182
- inputs = tokenizer.encode(txt,
183
  return_tensors="pt",
184
  add_special_tokens=False).to("cuda:0")
185
  max_new_tokens=700
 
179
 
180
 
181
 
182
+ inputs = tokenizer.encode(input_text,
183
  return_tensors="pt",
184
  add_special_tokens=False).to("cuda:0")
185
  max_new_tokens=700