Melaraby commited on
Commit
bede1fd
·
verified ·
1 Parent(s): ddbb6e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -16
README.md CHANGED
@@ -8,22 +8,17 @@ tags:
8
  dataset_info:
9
  features:
10
  - name: image_bytes
11
- dtype: Image
12
- - name: image_name
13
- dtype: Value
14
- dtype_sub: string
15
- - name: image_width
16
- dtype: Value
17
- dtype_sub: int64
18
- - name: image_height
19
- dtype: Value
20
- dtype_sub: int64
21
- - name: instances
22
- dtype: Value
23
- dtype_sub: string
24
- - name: full_text
25
- dtype: Value
26
- dtype_sub: string
27
  splits:
28
  - name: train
29
  num_examples: 377
 
8
  dataset_info:
9
  features:
10
  - name: image_bytes
11
+ dtype: image
12
+ - name: image_name
13
+ dtype: string
14
+ - name: image_width
15
+ dtype: int64
16
+ - name: image_height
17
+ dtype: int64
18
+ - name: instances
19
+ dtype: string
20
+ - name: full_text
21
+ dtype: string
 
 
 
 
 
22
  splits:
23
  - name: train
24
  num_examples: 377