Update README.md
Browse files
README.md
CHANGED
@@ -23,12 +23,12 @@ Nace en los montes Universales, en la sierra de Albarracín, sobre la rama occid
|
|
23 |
|
24 |
This is a basic implementation of the multilingual model ["ixambert-base-cased"](https://huggingface.co/ixa-ehu/ixambert-base-cased), fine-tuned on SQuAD v1.1, that is able to answer basic factual questions in English, Spanish and Basque. This model reaches a F1 score of 89.1 on the SQuAD 1.1 dev set.
|
25 |
|
26 |
-
**Language model
|
27 |
-
**Languages
|
28 |
-
**Downstream task
|
29 |
-
**Training data
|
30 |
-
**Eval data
|
31 |
-
**Infrastructure
|
32 |
|
33 |
### Outputs
|
34 |
|
|
|
23 |
|
24 |
This is a basic implementation of the multilingual model ["ixambert-base-cased"](https://huggingface.co/ixa-ehu/ixambert-base-cased), fine-tuned on SQuAD v1.1, that is able to answer basic factual questions in English, Spanish and Basque. This model reaches a F1 score of 89.1 on the SQuAD 1.1 dev set.
|
25 |
|
26 |
+
**Language model:** ixambert-base-cased
|
27 |
+
**Languages:** English, Spanish and Basque
|
28 |
+
**Downstream task:** Extractive QA
|
29 |
+
**Training data:** SQuAD v1.1
|
30 |
+
**Eval data:** SQuAD v1.1
|
31 |
+
**Infrastructure:** 1x GeForce RTX 2080
|
32 |
|
33 |
### Outputs
|
34 |
|