AntoineBlanot
commited on
Commit
•
7052acd
1
Parent(s):
0418e5e
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,8 @@ model-index:
|
|
17 |
name: Natural Language Inference # Optional. Example: Speech Recognition
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
-
name: MultiNLI
|
|
|
21 |
split: validation_matched # Optional. Example: test
|
22 |
metrics:
|
23 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
@@ -30,7 +31,7 @@ model-index:
|
|
30 |
name: Natural Language Inference # Optional. Example: Speech Recognition
|
31 |
dataset:
|
32 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
33 |
-
name: MultiNLI
|
34 |
split: validation_mismatched # Optional. Example: test
|
35 |
metrics:
|
36 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
|
|
17 |
name: Natural Language Inference # Optional. Example: Speech Recognition
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
+
name: MultiNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
21 |
+
config: validation_matched # 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_matched # Optional. Example: test
|
23 |
metrics:
|
24 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
|
|
31 |
name: Natural Language Inference # Optional. Example: Speech Recognition
|
32 |
dataset:
|
33 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
34 |
+
name: MultiNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
35 |
split: validation_mismatched # Optional. Example: test
|
36 |
metrics:
|
37 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|