File size: 805 Bytes
2fabf99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: image
    dtype: image
  - name: text
    dtype: string
  - name: type
    dtype: string
  - name: script
    dtype: string
  - name: origin
    dtype: string
  - name: source
    dtype: string
  - name: split
    dtype: string
  - name: width
    dtype: int32
  - name: height
    dtype: int32
  splits:
  - name: test
    num_bytes: 71635983
    num_examples: 1334
  - name: train
    num_bytes: 1135328096
    num_examples: 22292
  - name: validation
    num_bytes: 60646238
    num_examples: 1069
  download_size: 1329617018
  dataset_size: 1267610317
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---