Update README.md
Browse files
README.md
CHANGED
|
@@ -108,4 +108,6 @@ model_output=model.generate(inp, use_cache=True, num_beams=4, max_length=60, min
|
|
| 108 |
decoded_output=tokenizer.decode(model_output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
|
| 109 |
|
| 110 |
print(decoded_output)
|
| 111 |
-
```
|
|
|
|
|
|
|
|
|
| 108 |
decoded_output=tokenizer.decode(model_output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
|
| 109 |
|
| 110 |
print(decoded_output)
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+

|