File size: 800 Bytes
16efab1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: description
    dtype: string
  - name: author
    dtype: string
  - name: license
    dtype: string
  - name: license_wiki
    dtype: string
  - name: date
    dtype: string
  - name: credit
    dtype: string
  - name: category_list
    dtype: string
  splits:
  - name: public_domain
    num_bytes: 16489056402
    num_examples: 16784036
  - name: cc_by
    num_bytes: 2946861390
    num_examples: 3393286
  - name: cc_by_sa
    num_bytes: 9703042550
    num_examples: 14194386
  download_size: 5474203603
  dataset_size: 29138960342
configs:
- config_name: default
  data_files:
  - split: public_domain
    path: data/public_domain-*
  - split: cc_by
    path: data/cc_by-*
  - split: cc_by_sa
    path: data/cc_by_sa-*
---