TJIET commited on
Commit
e1f698b
·
verified ·
1 Parent(s): d6f223c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -61
README.md CHANGED
@@ -19,75 +19,57 @@ dataset_info:
19
  - name: local_path
20
  dtype: string
21
  splits:
22
- # - name: test
23
  - name: Apple
24
- # num_bytes: 38859.507
25
- # num_examples: 200
26
  - name: Banana
27
- # num_examples: 200
28
- # - name: DragonFruit
29
- # num_examples: 200
30
- # - name: Grape
31
- # num_examples: 200
32
- # - name: Guava
33
- # num_examples: 200
34
- # - name: Kiwi
35
- # num_examples: 200
36
- # - name: Lychee
37
- # num_examples: 200
38
- # - name: Mango
39
- # num_examples: 200
40
- # - name: Orange
41
- # num_examples: 200
42
- # - name: Papaya
43
- # num_examples: 200
44
- # - name: Peach
45
- # num_examples: 200
46
- # - name: pear
47
- # num_examples: 200
48
- # - name: Pomegranate
49
- # num_examples: 200
50
- # - name: Pomelo
51
- # num_examples: 200
52
- # - name: Strawberry
53
- # num_examples: 200
54
- # - name: Tomato
55
- # num_examples: 200
56
  configs:
57
  - config_name: default
58
  data_files:
59
  - split: Apple
60
- path: label/apple_dataset.parquet
61
  - split: Banana
62
  path: label/Banana_dataset.parquet
63
- # - split: DragonFruit
64
- # path: json/DragonFruit.json
65
- # - split: Grape
66
- # path: json/Grape.json
67
- # - split: Guava
68
- # path: json/Guava.json
69
- # - split: Kiwi
70
- # path: json/Kiwi.json
71
- # - split: Lychee
72
- # path: json/Lychee.json
73
- # - split: Mango
74
- # path: json/Mango.json
75
- # - split: Orange
76
- # path: json/Orange.json
77
- # - split: Papaya
78
- # path: json/Papaya.json
79
- # - split: Peach
80
- # path: json/Peach.json
81
- # - split: pear
82
- # path: json/pear.json
83
- # - split: Pomegranate
84
- # path: json/Pomegranate.json
85
- # - split: Pomelo
86
- # path: json/Pomelo.json
87
- # - split: Strawberry
88
- # path: json/Strawberry.json
89
- # - split: Tomato
90
- # path: json/Tomato.json
91
 
92
  ---
93
 
 
19
  - name: local_path
20
  dtype: string
21
  splits:
 
22
  - name: Apple
 
 
23
  - name: Banana
24
+ - name: DragonFruit
25
+ - name: Grape
26
+ - name: Guava
27
+ - name: Kiwi
28
+ - name: Lychee
29
+ - name: Mango
30
+ - name: Orange
31
+ - name: Papaya
32
+ - name: Peach
33
+ - name: pear
34
+ - name: Pomegranate
35
+ - name: Pomelo
36
+ - name: Strawberry
37
+ - name: Tomato
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  configs:
39
  - config_name: default
40
  data_files:
41
  - split: Apple
42
+ path: label/Apple_dataset.parquet
43
  - split: Banana
44
  path: label/Banana_dataset.parquet
45
+ - split: DragonFruit
46
+ path: label/DragonFruit_dataset.parquet
47
+ - split: Grape
48
+ path: label/Grape_dataset.parquet
49
+ - split: Guava
50
+ path: label/Guava_dataset.parquet
51
+ - split: Kiwi
52
+ path: label/Kiwi_dataset.parquet
53
+ - split: Lychee
54
+ path: label/Lychee_dataset.parquet
55
+ - split: Mango
56
+ path: label/Mango_dataset.parquet
57
+ - split: Orange
58
+ path: label/Orange_dataset.parquet
59
+ - split: Papaya
60
+ path: label/Papaya_dataset.parquet
61
+ - split: Peach
62
+ path: label/Peach_dataset.parquet
63
+ - split: pear
64
+ path: label/pear_dataset.parquet
65
+ - split: Pomegranate
66
+ path: label/Pomegranate_dataset.parquet
67
+ - split: Pomelo
68
+ path: label/Pomelo_dataset.parquet
69
+ - split: Strawberry
70
+ path: label/Strawberry_dataset.parquet
71
+ - split: Tomato
72
+ path: label/Tomato_dataset.parquet
73
 
74
  ---
75