BrightXiaoHan commited on
Commit
9d9a380
·
verified ·
1 Parent(s): bb2fe50

Upload test/image_classification/dataset_info.json with huggingface_hub

Browse files
test/image_classification/dataset_info.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "conversations": [
10
+ {
11
+ "from": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "value": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ }
19
+ }
20
+ ],
21
+ "image_path": {
22
+ "_type": "Image"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": ""
27
+ }