Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- clarin-pl/poquad
|
| 5 |
+
language:
|
| 6 |
+
- pl
|
| 7 |
+
metrics:
|
| 8 |
+
- exact_match
|
| 9 |
+
- bleu
|
| 10 |
+
library_name: transformers
|
| 11 |
+
pipeline_tag: text2text-generation
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
This is a plT5-base model trained on the PoQuAD dataset. This model was trained as a result of single experiment run, so don't expect state-of-the-art results.
|
| 15 |
+
The evaluation was performed only on a subset of the evaluation data, so if you are running full evaluation the results might differ. Yet, currently this seems
|
| 16 |
+
to be the only model fine-tuned on PoQuAD.
|