File size: 1,014 Bytes
d16943b
 
be78285
190ad64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
be78285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190ad64
 
 
 
be78285
 
 
 
d16943b
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
---

license: apache-2.0
dataset_info:
- config_name: ethnic_data
  features:
  - name: type
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: image_url
    sequence: string
  - name: detail_url
    sequence: string
  - name: content
    sequence: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 2053201
    num_examples: 359
  download_size: 1010476
  dataset_size: 2053201
- config_name: ethnic_metadata
  features:
  - name: type
    dtype: string
  - name: url
    dtype: string
  - name: ethnic_name
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 5882
    num_examples: 71
  download_size: 3707
  dataset_size: 5882
configs:
- config_name: ethnic_data
  data_files:
  - split: train
    path: ethnic_data/train-*
- config_name: ethnic_metadata
  data_files:
  - split: train
    path: ethnic_metadata/train-*
---