hassansh commited on
Commit
12e3662
·
verified ·
1 Parent(s): 776417f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -31,18 +31,28 @@ dataset_info:
31
  download_size: 302097
32
  dataset_size: 2005694
33
  configs:
34
- - config_name: default
35
  data_files:
36
- - split: 0_shot
37
  path: data/0_shot-*
38
- - split: 1_shot
 
 
39
  path: data/1_shot-*
40
- - split: 2_shot
 
 
41
  path: data/2_shot-*
42
- - split: 3_shot
 
 
43
  path: data/3_shot-*
44
- - split: 4_shot
 
 
45
  path: data/4_shot-*
46
- - split: 5_shot
 
 
47
  path: data/5_shot-*
48
  ---
 
31
  download_size: 302097
32
  dataset_size: 2005694
33
  configs:
34
+ - config_name: 0_shot
35
  data_files:
36
+ - split: test
37
  path: data/0_shot-*
38
+ - config_name: 1_shot
39
+ data_files:
40
+ - split: test
41
  path: data/1_shot-*
42
+ - config_name: 2_shot
43
+ data_files:
44
+ - split: test
45
  path: data/2_shot-*
46
+ - config_name: 3_shot
47
+ data_files:
48
+ - split: test
49
  path: data/3_shot-*
50
+ - config_name: 4_shot
51
+ data_files:
52
+ - split: test
53
  path: data/4_shot-*
54
+ - config_name: 5_shot
55
+ data_files:
56
+ - split: test
57
  path: data/5_shot-*
58
  ---