File size: 572 Bytes
f400fbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: language
    dtype: string
  - name: warc_record_id
    dtype: string
  - name: url
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': low
          '1': medium-low
          '2': medium
          '3': medium-high
          '4': high
  splits:
  - name: train
    num_bytes: 177182599.0
    num_examples: 50000
  download_size: 107624136
  dataset_size: 177182599.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---