IIC
/

gonzalo-santamaria-iic commited on
Commit
a92a118
·
verified ·
1 Parent(s): 4068d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -171,7 +171,6 @@ generated_ids = [
171
  ]
172
 
173
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
174
- print(response)
175
  ```
176
 
177
  Check the [tool use documentation](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling) from HuggingFace for more information.
@@ -231,7 +230,6 @@ generated_ids = [
231
  ]
232
 
233
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
234
- print(response)
235
  ```
236
 
237
  ## Training Details
 
171
  ]
172
 
173
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
 
174
  ```
175
 
176
  Check the [tool use documentation](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling) from HuggingFace for more information.
 
230
  ]
231
 
232
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
 
233
  ```
234
 
235
  ## Training Details