NickyNicky commited on
Commit
878fb8d
1 Parent(s): 23db7d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -167,12 +167,6 @@ stopping_criteria = ListOfTokensStoppingCriteria(tokenizer, stop_tokens)
167
  stopping_criteria_list = StoppingCriteriaList([stopping_criteria])
168
 
169
 
170
- # improves control of responses in different languages.
171
- # trainer language codes: ["es", "en", "fr", "de"]
172
- input_code= "es"
173
- target_code= "en"
174
-
175
-
176
  #EXAMPLE #1
177
  input_text = f"""<bos><start_of_turn>system
178
  You are a helpful AI assistant.<end_of_turn>
@@ -205,7 +199,7 @@ en español responde solo en json:
205
  """
206
 
207
 
208
- '''py
209
  ### OUTPUT EXAMPLE
210
  <start_of_turn>model
211
  {
 
167
  stopping_criteria_list = StoppingCriteriaList([stopping_criteria])
168
 
169
 
 
 
 
 
 
 
170
  #EXAMPLE #1
171
  input_text = f"""<bos><start_of_turn>system
172
  You are a helpful AI assistant.<end_of_turn>
 
199
  """
200
 
201
 
202
+ '''
203
  ### OUTPUT EXAMPLE
204
  <start_of_turn>model
205
  {