Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
+
tags:
|
5 |
+
- question-answering
|
6 |
+
datasets:
|
7 |
+
- squad_es
|
8 |
+
metrics:
|
9 |
+
- f1
|
10 |
+
- em
|
11 |
+
|
12 |
+
# Optional. Add this if you want to encode your eval results in a structured way.
|
13 |
+
model-index:
|
14 |
+
- name: beto-base-spanish-squades2
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: question-answering # Required. Example: automatic-speech-recognition
|
18 |
+
name: question-answering # Optional. Example: Speech Recognition
|
19 |
+
dataset:
|
20 |
+
type: squad_es # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
21 |
+
name: squad_es v2.0.0 # Required. Example: Common Voice zh-CN
|
22 |
+
args: es # Optional. Example: zh-CN
|
23 |
+
metrics:
|
24 |
+
- type: f1
|
25 |
+
value: 62.70
|
26 |
+
name: f1
|
27 |
+
- type: exact match
|
28 |
+
value: 54.60
|
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 |
+
|