Update README.md
Browse files
README.md
CHANGED
@@ -66,5 +66,6 @@ outputs = model.generate(
|
|
66 |
max_length=30,
|
67 |
early_stopping=True
|
68 |
)
|
|
|
69 |
for output in outputs:
|
70 |
outputs = tokenizer.decode(output, skip_special_tokens=True, clean_up_tokenization_spaces=True)
|
|
|
66 |
max_length=30,
|
67 |
early_stopping=True
|
68 |
)
|
69 |
+
|
70 |
for output in outputs:
|
71 |
outputs = tokenizer.decode(output, skip_special_tokens=True, clean_up_tokenization_spaces=True)
|