Update README.md
Browse files
README.md
CHANGED
|
@@ -68,6 +68,14 @@ If you are looking for a larger model, with better performance, check out [Click
|
|
| 68 |
- 🔌 Online Demo: [https://iker-clickbaitfighter.hf.space/](https://iker-clickbaitfighter.hf.space/)
|
| 69 |
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
# Usage example:
|
| 72 |
|
| 73 |
## Summarize a web article
|
|
@@ -219,13 +227,6 @@ summary = tokenizer.batch_decode(model_output,skip_special_tokens=True)[0]
|
|
| 219 |
print(summary.strip().split("\n")[-1]) # Get only the summary, without the prompt.
|
| 220 |
```
|
| 221 |
|
| 222 |
-
# Evaluation Results
|
| 223 |
-
<table>
|
| 224 |
-
<tr>
|
| 225 |
-
<td style="width:100%"><img src="https://github.com/ikergarcia1996/NoticIA/raw/main/results/Results.png" align="right" width="100%"> </td>
|
| 226 |
-
</tr>
|
| 227 |
-
</table>
|
| 228 |
-
|
| 229 |
|
| 230 |
# Citation
|
| 231 |
|
|
|
|
| 68 |
- 🔌 Online Demo: [https://iker-clickbaitfighter.hf.space/](https://iker-clickbaitfighter.hf.space/)
|
| 69 |
|
| 70 |
|
| 71 |
+
# Evaluation Results
|
| 72 |
+
<table>
|
| 73 |
+
<tr>
|
| 74 |
+
<td style="width:100%"><img src="https://github.com/ikergarcia1996/NoticIA/raw/main/results/Results.png" align="right" width="100%"> </td>
|
| 75 |
+
</tr>
|
| 76 |
+
</table>
|
| 77 |
+
|
| 78 |
+
|
| 79 |
# Usage example:
|
| 80 |
|
| 81 |
## Summarize a web article
|
|
|
|
| 227 |
print(summary.strip().split("\n")[-1]) # Get only the summary, without the prompt.
|
| 228 |
```
|
| 229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
|
| 231 |
# Citation
|
| 232 |
|