rsepulvedat
commited on
Commit
•
6580be9
1
Parent(s):
4d8c150
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- ca
|
5 |
+
---
|
6 |
+
|
7 |
+
News classification model in Reliable or Unreliable.
|
8 |
+
This model has been obtained by fine-tuning the RoBERTa language model in Catalan (https://huggingface.co/PlanTL-GOB-ES/roberta-base-ca).
|
9 |
+
|
10 |
+
We train this model with an automatic translation of RUN_AS dataset (https://github.com/rsepulveda911112/NewsReliabilityAnnotation/tree/main).
|
11 |
+
|
12 |
+
Results:
|
13 |
+
F_1-macro: 0.791
|
14 |
+
F_1 Unreliable: 0.833
|
15 |
+
F_1 Reliable: 0.75
|