Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ tags:
|
|
17 |
- summary
|
18 |
- summarization
|
19 |
widget:
|
20 |
-
- example_title:
|
21 |
messages:
|
22 |
- role: user
|
23 |
content: "Ahora eres una Inteligencia Artificial experta en desmontar titulares
|
@@ -60,8 +60,6 @@ widget:
|
|
60 |
|
61 |
A model finetuned with the [NoticIA Dataset](https://huggingface.co/datasets/Iker/NoticIA). This model can generate summaries of clickbait headlines
|
62 |
|
63 |
-
If you are looking for a smaller model, check out [ClickbaitFighter-2B](https://huggingface.co/Iker/ClickbaitFighter-2B).
|
64 |
-
|
65 |
- 📖 Paper: [Coming soon]()
|
66 |
- 📓 NoticIA Dataset: [https://huggingface.co/datasets/Iker/NoticIA](https://huggingface.co/datasets/Iker/NoticIA)
|
67 |
- 💻 Baseline Code: [https://github.com/ikergarcia1996/NoticIA](https://github.com/ikergarcia1996/NoticIA)
|
@@ -69,6 +67,33 @@ If you are looking for a smaller model, check out [ClickbaitFighter-2B](https://
|
|
69 |
- 🔌 Online Demo: [https://iker-clickbaitfighter.hf.space/](https://iker-clickbaitfighter.hf.space/)
|
70 |
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
# Evaluation Results
|
73 |
<table>
|
74 |
<tr>
|
|
|
17 |
- summary
|
18 |
- summarization
|
19 |
widget:
|
20 |
+
- example_title: Summary Example
|
21 |
messages:
|
22 |
- role: user
|
23 |
content: "Ahora eres una Inteligencia Artificial experta en desmontar titulares
|
|
|
60 |
|
61 |
A model finetuned with the [NoticIA Dataset](https://huggingface.co/datasets/Iker/NoticIA). This model can generate summaries of clickbait headlines
|
62 |
|
|
|
|
|
63 |
- 📖 Paper: [Coming soon]()
|
64 |
- 📓 NoticIA Dataset: [https://huggingface.co/datasets/Iker/NoticIA](https://huggingface.co/datasets/Iker/NoticIA)
|
65 |
- 💻 Baseline Code: [https://github.com/ikergarcia1996/NoticIA](https://github.com/ikergarcia1996/NoticIA)
|
|
|
67 |
- 🔌 Online Demo: [https://iker-clickbaitfighter.hf.space/](https://iker-clickbaitfighter.hf.space/)
|
68 |
|
69 |
|
70 |
+
# Open Source Models
|
71 |
+
<table border="1" cellspacing="0" cellpadding="5">
|
72 |
+
<thead>
|
73 |
+
<tr>
|
74 |
+
<th></th>
|
75 |
+
<th><a href="https://huggingface.co/Iker/ClickbaitFighter-2B">Iker/ClickbaitFighter-2B</a></th>
|
76 |
+
<th><a href="https://huggingface.co/Iker/ClickbaitFighter-7B">Iker/ClickbaitFighter-7B</a></th>
|
77 |
+
<th><a href="https://huggingface.co/Iker/ClickbaitFighter-10B">Iker/ClickbaitFighter-10B</a></th>
|
78 |
+
</tr>
|
79 |
+
</thead>
|
80 |
+
<tbody>
|
81 |
+
<tr>
|
82 |
+
<td>Param. no.</td>
|
83 |
+
<td>2B</td>
|
84 |
+
<td>7B</td>
|
85 |
+
<td>10M</td>
|
86 |
+
</tr>
|
87 |
+
<tr>
|
88 |
+
<td>ROUGE</td>
|
89 |
+
<td>36.26</td>
|
90 |
+
<td>49.81</td>
|
91 |
+
<td>52.01</td>
|
92 |
+
</tr>
|
93 |
+
<tr>
|
94 |
+
</tbody>
|
95 |
+
</table>
|
96 |
+
|
97 |
# Evaluation Results
|
98 |
<table>
|
99 |
<tr>
|