pepa commited on
Commit
9f84d18
1 Parent(s): 5e5eb7f

Fix config

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -5,11 +5,9 @@ configs:
5
  - config_name: default
6
  data_files:
7
  - split: test
8
- path: "fever.jsonl"
9
- - split: test
10
- path: "fever_extended.jsonl"
11
- - split: test
12
- path: "snli.jsonl"
13
- - split: test
14
- path: "snli_extended.jsonl"
15
  ---
 
5
  - config_name: default
6
  data_files:
7
  - split: test
8
+ path:
9
+ - "fever.jsonl"
10
+ - "fever_extended.jsonl"
11
+ - "snli.jsonl"
12
+ - "snli_extended.jsonl"
 
 
13
  ---