File size: 475 Bytes
ee15caf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: thematic
    dtype: string
  - name: sub-thematic
    dtype: string
  - name: country
    dtype: string
  - name: document_url
    dtype: string
  - name: source_url
    dtype: string
  splits:
  - name: train
    num_bytes: 145634720
    num_examples: 216175
  download_size: 42119487
  dataset_size: 145634720
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---