File size: 1,552 Bytes
a6f778b
 
fd95fc3
4bec391
 
 
 
 
 
 
 
 
 
3e4996d
 
 
4e0ca02
 
 
 
 
e626ae6
 
 
 
 
 
 
 
 
 
 
 
4bec391
fd95fc3
 
 
 
 
 
 
 
 
03d82e0
 
 
a23162c
 
 
 
 
fd95fc3
4bec391
 
 
 
3e4996d
 
4e0ca02
 
e626ae6
 
 
 
fd95fc3
 
 
 
03d82e0
 
a23162c
 
a6f778b
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---

license: apache-2.0
dataset_info:
- config_name: human_handwrite
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 16181778.0
    num_examples: 1200
  - name: validation
    num_bytes: 962283.0
    num_examples: 68
  - name: test
    num_bytes: 906906.0
    num_examples: 70
  download_size: 18056029
  dataset_size: 18050967.0
- config_name: human_handwrite_print
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3152122.8
    num_examples: 1200
  download_size: 1180941
  dataset_size: 3152122.8
- config_name: small
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 261296.0
    num_examples: 50
  - name: validation
    num_bytes: 156489.0
    num_examples: 30
  - name: test
    num_bytes: 156489.0
    num_examples: 30
  download_size: 588907
  dataset_size: 574274.0
configs:
- config_name: human_handwrite
  data_files:
  - split: train
    path: human_handwrite/train-*
  - split: validation
    path: human_handwrite/validation-*
  - split: test
    path: human_handwrite/test-*
- config_name: human_handwrite_print
  data_files:
  - split: train
    path: human_handwrite_print/train-*
- config_name: small
  data_files:
  - split: train
    path: small/train-*
  - split: validation
    path: small/validation-*
  - split: test
    path: small/test-*
---