Update README.md
Browse filesRoBERTaSense-FACIL: RoBERTa Fine-tuned for Accessible Comprehension In Language. RoBERTaSense-FACIL is a Spanish RoBERTa model fine-tuned to assess meaning preservation in Easy-to-Read (E2R) adaptations. Given either a single text or a pair {original, adapted} (depending on your pipeline), it predicts whether the adaptation preserves the meaning of the original.
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- es
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
- roc_auc
|
| 9 |
+
base_model:
|
| 10 |
+
- PlanTL-GOB-ES/roberta-base-bne
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
---
|