zyang39 commited on
Commit
50a0bf4
·
verified ·
1 Parent(s): 7f9b753

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,10 +1,30 @@
1
  ---
2
  dataset_info:
3
- features: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  splits:
5
  - name: train
6
- download_size: 324
7
- dataset_size: 0
 
 
8
  ---
9
  # Dataset Card for "fourclass_1"
10
 
 
1
  ---
2
  dataset_info:
3
+ features:
4
+ - name: Total List
5
+ sequence: string
6
+ - name: Original List
7
+ sequence: string
8
+ - name: Indices
9
+ sequence: int64
10
+ - name: Categories
11
+ sequence: string
12
+ - name: Modified Caption
13
+ dtype: string
14
+ - name: image_id
15
+ dtype: string
16
+ - name: class
17
+ dtype: string
18
+ - name: original_caption
19
+ dtype: string
20
+ - name: image
21
+ dtype: binary
22
  splits:
23
  - name: train
24
+ num_bytes: 1806176760
25
+ num_examples: 1812
26
+ download_size: 1804176120
27
+ dataset_size: 1806176760
28
  ---
29
  # Dataset Card for "fourclass_1"
30