Commit
·
f5c18f8
1
Parent(s):
eaece4c
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ 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:
|
21 |
split: validation_matched # Optional. Example: test
|
22 |
metrics:
|
23 |
- 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 |
split: validation_matched # Optional. Example: test
|
22 |
metrics:
|
23 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|