File size: 917 Bytes
75019e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c3d653c
 
75019e3
 
c3d653c
75019e3
 
c3d653c
75019e3
c3d653c
 
75019e3
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: id
    dtype: string
  - name: dump
    dtype: string
  - name: url
    dtype: string
  - name: file_path
    dtype: string
  - name: language
    dtype: string
  - name: language_score
    dtype: float64
  - name: token_count
    dtype: int64
  - name: score
    dtype: float64
  - name: int_score
    dtype: int64
  - name: justification
    dtype: string
  - name: classification_score
    dtype: int64
  - name: label
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  - name: binary_label
    dtype: int64
  splits:
  - name: train
    num_bytes: 538738317
    num_examples: 72552
  - name: test
    num_bytes: 133700107
    num_examples: 18138
  download_size: 382372585
  dataset_size: 672438424
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---