Commit
·
b8d46cf
1
Parent(s):
d021823
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ output = model.generate(
|
|
| 57 |
# Finally, we can print the generated summary
|
| 58 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
| 59 |
# Generated Output: Saudi bank to pay a 3.5% premium to Samba share price. Gulf region’s third-largest lender will have total assets of $220 billion
|
| 60 |
-
|
| 61 |
|
| 62 |
## Evaluation Results
|
| 63 |
The results before and after the fine-tuning on our dataset are shown below:
|
|
|
|
| 57 |
# Finally, we can print the generated summary
|
| 58 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
| 59 |
# Generated Output: Saudi bank to pay a 3.5% premium to Samba share price. Gulf region’s third-largest lender will have total assets of $220 billion
|
| 60 |
+
```
|
| 61 |
|
| 62 |
## Evaluation Results
|
| 63 |
The results before and after the fine-tuning on our dataset are shown below:
|