AntoineBlanot
commited on
Commit
•
7dd50e1
1
Parent(s):
ce9a8c0
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ model-index:
|
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
name: MNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
|
|
21 |
metrics:
|
22 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
23 |
value: 92.2 # Required. Example: 20.90
|
|
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
name: MNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
21 |
+
split: validation_matched # Optional. Example: test
|
22 |
metrics:
|
23 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
24 |
value: 92.2 # Required. Example: 20.90
|