Update README.md
Browse files
README.md
CHANGED
|
@@ -45,6 +45,7 @@ inputs = tokenizer(input_text, return_tensors="pt")
|
|
| 45 |
|
| 46 |
output = model.generate(**inputs, max_new_tokens=200)
|
| 47 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
|
|
| 48 |
|
| 49 |
## Citation
|
| 50 |
|
|
|
|
| 45 |
|
| 46 |
output = model.generate(**inputs, max_new_tokens=200)
|
| 47 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
| 48 |
+
```
|
| 49 |
|
| 50 |
## Citation
|
| 51 |
|