Haritz Puerto
commited on
Commit
•
8d3bc4f
1
Parent(s):
b9d4392
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,29 @@ license: "mit"
|
|
9 |
datasets:
|
10 |
- squad
|
11 |
metrics:
|
12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
microsoft/xtremedistil-l6-h256-uncased fined-tuned on SQuAD (https://huggingface.co/datasets/squad)
|
|
|
9 |
datasets:
|
10 |
- squad
|
11 |
metrics:
|
12 |
+
- squad
|
13 |
+
|
14 |
+
model-index:
|
15 |
+
- name: xtremedistil-l6-h256-uncased
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: question-answering # Required. Example: automatic-speech-recognition
|
19 |
+
name: Question Answering # Optional. Example: Speech Recognition
|
20 |
+
dataset:
|
21 |
+
type: squad # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
22 |
+
name: SQuAD v1.1 # Required. A pretty name for the dataset. Example: Common Voice (French)
|
23 |
+
split: validation # Optional. Example: test
|
24 |
+
|
25 |
+
metrics:
|
26 |
+
- type: squad # Required. Example: wer. Use metric id from https://hf.co/metrics
|
27 |
+
value: 62.66792809839168 # Required. Example: 20.90
|
28 |
+
name: SQuAD EM # Optional. Example: Test WER
|
29 |
+
config: exact_match # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
|
30 |
+
- type: squad # Required. Example: wer. Use metric id from https://hf.co/metrics
|
31 |
+
value: 74.99490608582015 # Required. Example: 20.90
|
32 |
+
name: SQuAD F1 # Optional. Example: Test WER
|
33 |
+
config: F1
|
34 |
+
|
35 |
---
|
36 |
|
37 |
microsoft/xtremedistil-l6-h256-uncased fined-tuned on SQuAD (https://huggingface.co/datasets/squad)
|