isamdiablo commited on
Commit
7370e34
·
verified ·
1 Parent(s): e3625f7

Update README.md

Browse files

RoBERTaSense-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.

Files changed (1) hide show
  1. README.md +12 -3
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
+ ---