Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,26 @@ datasets:
|
|
7 |
metrics:
|
8 |
- f1
|
9 |
- exact_match
|
|
|
|
|
10 |
model-index:
|
11 |
- name: spanbert-base-finetuned-squad
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
metrics:
|
8 |
- f1
|
9 |
- exact_match
|
10 |
+
|
11 |
+
# Optional. Add this if you want to encode your eval results in a structured way.
|
12 |
model-index:
|
13 |
- name: spanbert-base-finetuned-squad
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: question-answering # Required. Example: automatic-speech-recognition
|
17 |
+
name: Closed-Domain Question Answering # Optional. Example: Speech Recognition
|
18 |
+
dataset:
|
19 |
+
type: squad # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
+
name: SQuAD # Required. A pretty name for the dataset. Example: Common Voice (French)
|
21 |
+
config: squad # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
|
22 |
+
split: validation # Optional. Example: test
|
23 |
+
metrics:
|
24 |
+
- type: exact_match # Required. Example: wer. Use metric id from https://hf.co/metrics
|
25 |
+
value: 84.6168 # Required. Example: 20.90
|
26 |
+
name: Exact Match # Optional. Example: Test WER
|
27 |
+
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
28 |
+
value: 91.6134 # Required. Example: 20.90
|
29 |
+
name: F1 # Optional. Example: Test WER
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|