timpal0l commited on
Commit
2517300
1 Parent(s): 81fdab0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -64,7 +64,6 @@ response = pipe(
64
  stopping_criteria=StoppingCriteriaList([stop_on_token_criteria])
65
  )
66
 
67
- # Extract and print the generated translation
68
  print(response[0]["generated_text"].split("<s>Bot: ")[-1])
69
  ```
70
  ```python
 
64
  stopping_criteria=StoppingCriteriaList([stop_on_token_criteria])
65
  )
66
 
 
67
  print(response[0]["generated_text"].split("<s>Bot: ")[-1])
68
  ```
69
  ```python