AntoineBlanot commited on
Commit
5d4607a
1 Parent(s): f5c18f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ model-index:
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
24
  value: 0.9230769230769231 # Required. Example: 20.90
 
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, validation_mismatched # Optional. Example: test
22
  metrics:
23
  - type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
24
  value: 0.9230769230769231 # Required. Example: 20.90