yizhilll commited on
Commit
83147a3
1 Parent(s): 3321dd8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: file_name_index
16
+ dtype: string
17
+ - name: text
18
+ dtype: string
19
+ - name: class
20
+ dtype: string
21
+ - name: super_class
22
+ dtype: string
23
+ - name: sub_class
24
+ dtype: string
25
+ - name: split
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 59242453844.635
30
+ num_examples: 498279
31
+ - name: validation
32
+ num_bytes: 1783636593.843
33
+ num_examples: 16433
34
+ - name: test
35
+ num_bytes: 1874022111.346
36
+ num_examples: 16263
37
+ download_size: 63729889852
38
+ dataset_size: 62900112549.824005
39
+ ---
40
+ # Dataset Card for "SciMMIR_dataset"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)