jxu124 commited on
Commit
0189f8c
1 Parent(s): 8373b9a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: dialog
7
+ sequence:
8
+ sequence: string
9
+ - name: dialog_cn
10
+ sequence:
11
+ sequence: string
12
+ - name: bbox
13
+ sequence: float64
14
+ - name: category
15
+ dtype: string
16
+ - name: image_path
17
+ dtype: string
18
+ - name: global_image_id
19
+ dtype: string
20
+ - name: raw_target
21
+ sequence: int64
22
+ - name: raw_anns
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 55452451
27
+ num_examples: 18104
28
+ - name: validation
29
+ num_bytes: 3049303
30
+ num_examples: 998
31
+ - name: test
32
+ num_bytes: 5574299
33
+ num_examples: 1998
34
+ download_size: 18508245
35
+ dataset_size: 64076053
36
+ ---
37
+ # Dataset Card for "invig"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)