wylong commited on
Commit
4b68d99
1 Parent(s): dd8abef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,13 +19,13 @@ dataset_info:
19
  - name: relevance
20
  dtype: float
21
  splits:
22
- - name: ALL
23
  num_bytes: 0
24
  num_examples: 353
25
- - name: REL
26
  num_bytes: 0
27
  num_examples: 252
28
- - name: SIM
29
  num_bytes: 0
30
  num_examples: 203
31
  configs:
@@ -35,11 +35,11 @@ configs:
35
  path: SimCat-TASLP2018/test.*
36
  - config_name: WS-TIST2002
37
  data_files:
38
- - split: ALL
39
  path: WS-TIST2002/ALL.*
40
- - split: REL
41
  path: WS-TIST2002/REL.*
42
- - split: SIM
43
  path: WS-TIST2002/SIM.*
44
  ---
45
 
 
19
  - name: relevance
20
  dtype: float
21
  splits:
22
+ - name: all_split
23
  num_bytes: 0
24
  num_examples: 353
25
+ - name: rel_split
26
  num_bytes: 0
27
  num_examples: 252
28
+ - name: sim_split
29
  num_bytes: 0
30
  num_examples: 203
31
  configs:
 
35
  path: SimCat-TASLP2018/test.*
36
  - config_name: WS-TIST2002
37
  data_files:
38
+ - split: all_split
39
  path: WS-TIST2002/ALL.*
40
+ - split: rel_split
41
  path: WS-TIST2002/REL.*
42
+ - split: sim_split
43
  path: WS-TIST2002/SIM.*
44
  ---
45