NickyNicky commited on
Commit
ecb7f67
1 Parent(s): 9af675f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -189,6 +189,15 @@ lista de codigos linguisticos disponibles: ["es", "en", "fr", "de"].<end_of_turn
189
  <start_of_turn>model
190
  """
191
 
 
 
 
 
 
 
 
 
 
192
 
193
  inputs = tokenizer.encode(txt,
194
  return_tensors="pt",
 
189
  <start_of_turn>model
190
  """
191
 
192
+ ### OUTPUT EXAMPLE
193
+ ###'''
194
+ ###<start_of_turn>model
195
+ ###{
196
+ ### "targets": "en",
197
+ ### "targets_es": ""
198
+ ###}<end_of_turn>
199
+ ###'''
200
+
201
 
202
  inputs = tokenizer.encode(txt,
203
  return_tensors="pt",