File size: 605 Bytes
498a80f
 
5ca1ccf
 
 
 
 
 
 
 
 
 
 
 
b95c08e
5ca1ccf
b95c08e
5ca1ccf
 
b95c08e
 
5ca1ccf
b95c08e
 
5ca1ccf
b95c08e
 
 
 
498a80f
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
---

license: cc-by-nc-sa-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: text
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 3375690407.25
    num_examples: 90350
  - name: validation
    num_bytes: 185854656.625
    num_examples: 5019
  - name: test
    num_bytes: 184884997.5
    num_examples: 5020
  download_size: 3230633440
  dataset_size: 3746430061.375
---