Update README.md
Browse files
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
|