inigopm commited on
Commit
d62b153
1 Parent(s): e667d07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -29,11 +29,12 @@ model-index:
29
  name: exact match
30
  ---
31
 
32
- The model has been trained on the second version of the [SQuAD_es](https://huggingface.co/datasets/squad_es) database. It is a question-answering dataset automatically translated from SQUAD to Spanish. This version includes the possibility that the answer does not exist within the context. The pretrained model used is ["dccuchile/bert-base-spanish-wwm-cased"](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased), also called as BETO, pretrained on a [big spanish corpus](https://github.com/josecannete/spanish-corpora).
 
 
33
 
34
  **METRICS**
35
 
36
  **F1:** 62.70
37
-
38
  **EM:** 54.60
39
 
29
  name: exact match
30
  ---
31
 
32
+ The model has been trained on the second version of the [SQuAD_es](https://huggingface.co/datasets/squad_es) database. It is a question-answering dataset automatically translated from SQUAD to Spanish. This version includes the possibility that the answer does not exist within the context.
33
+
34
+ The pretrained model used is ["dccuchile/bert-base-spanish-wwm-cased"](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased), also called as BETO, pretrained on a [big spanish corpus](https://github.com/josecannete/spanish-corpora).
35
 
36
  **METRICS**
37
 
38
  **F1:** 62.70
 
39
  **EM:** 54.60
40