omidvaramin
commited on
Commit
•
676d729
1
Parent(s):
d3ba9c9
Update README.md
Browse files
README.md
CHANGED
@@ -86,6 +86,7 @@ beam_outputs = model.generate(
|
|
86 |
result = tokenizer.batch_decode(beam_outputs,
|
87 |
skip_special_tokens=True)
|
88 |
print(result[0])
|
|
|
89 |
|
90 |
```
|
91 |
|
|
|
86 |
result = tokenizer.batch_decode(beam_outputs,
|
87 |
skip_special_tokens=True)
|
88 |
print(result[0])
|
89 |
+
>>> [{'opec members agree to cut oil output'}]
|
90 |
|
91 |
```
|
92 |
|