Update app.py
Browse files
app.py
CHANGED
@@ -42,10 +42,11 @@ We also scraped several texts from the ["Corpus de Aprendices del Español" (CAE
|
|
42 |
|
43 |
Our models are based on [BERTIN](https://huggingface.co/bertin-project). We fine-tuned [bertin-roberta-base-spanish](https://huggingface.co/bertin-project/bertin-roberta-base-spanish) in the different versions of our collected dataset. The following models are available:
|
44 |
|
45 |
-
- [2-class sentence-level](https://huggingface.co/hackathon-pln-es/readability-es-sentences)
|
46 |
- [2-class paragraph-level](https://huggingface.co/hackathon-pln-es/readability-es-paragraphs)
|
47 |
- [3-class sentence-level](https://huggingface.co/hackathon-pln-es/readability-es-3class-sentences)
|
48 |
-
- [3-class paragraph-level](https://huggingface.co/hackathon-pln-es/readability-es-3class-paragraphs)
|
|
|
49 |
|
50 |
More details about how we trained these models can be found in our [report](https://wandb.ai/readability-es/readability-es/reports/Texts-Readability-Analysis-for-Spanish--VmlldzoxNzU2MDUx).
|
51 |
|
|
|
42 |
|
43 |
Our models are based on [BERTIN](https://huggingface.co/bertin-project). We fine-tuned [bertin-roberta-base-spanish](https://huggingface.co/bertin-project/bertin-roberta-base-spanish) in the different versions of our collected dataset. The following models are available:
|
44 |
|
45 |
+
- [2-class sentence-level](https://huggingface.co/hackathon-pln-es/readability-es-sentences)*
|
46 |
- [2-class paragraph-level](https://huggingface.co/hackathon-pln-es/readability-es-paragraphs)
|
47 |
- [3-class sentence-level](https://huggingface.co/hackathon-pln-es/readability-es-3class-sentences)
|
48 |
+
- [3-class paragraph-level](https://huggingface.co/hackathon-pln-es/readability-es-3class-paragraphs)*
|
49 |
+
*model showcased in the demo.
|
50 |
|
51 |
More details about how we trained these models can be found in our [report](https://wandb.ai/readability-es/readability-es/reports/Texts-Readability-Analysis-for-Spanish--VmlldzoxNzU2MDUx).
|
52 |
|