Include model variants.
Browse files
README.md
CHANGED
@@ -22,6 +22,13 @@ This version of the model was trained on a mix of datasets, using sentence-level
|
|
22 |
|
23 |
It achieves a F1 macro average score of 0.8923, measured on the validation set.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Datasets
|
26 |
|
27 |
- [`readability-es-sentences`](https://huggingface.co/datasets/hackathon-pln-es/readability-es-sentences), composed of:
|
|
|
22 |
|
23 |
It achieves a F1 macro average score of 0.8923, measured on the validation set.
|
24 |
|
25 |
+
## Model variants
|
26 |
+
|
27 |
+
- `readability-es-sentences` (this model). Two classes, sentence-based dataset.
|
28 |
+
- [`readability-es-paragraphs'](https://huggingface.co/hackathon-pln-es/readability-es-paragraphs). Two classes, paragraph-based dataset.
|
29 |
+
- [`readability-es-3class-sentences'](https://huggingface.co/hackathon-pln-es/readability-es-3class-sentences). Three classes, sentence-based dataset.
|
30 |
+
- [`readability-es-3class-paragraphs'](https://huggingface.co/hackathon-pln-es/readability-es-3class-paragraphs). Three classes, paragraph-based dataset.
|
31 |
+
|
32 |
## Datasets
|
33 |
|
34 |
- [`readability-es-sentences`](https://huggingface.co/datasets/hackathon-pln-es/readability-es-sentences), composed of:
|