File size: 620 Bytes
9c0f33a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b73b3b1
9c0f33a
 
 
 
b73b3b1
 
9c0f33a
 
 
 
 
 
 
 
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: id_within_dataset
    dtype: int64
  - name: snippet
    dtype: string
  - name: tokens
    sequence: string
  - name: language
    dtype: string
  - name: nl
    dtype: string
  - name: is_duplicated
    dtype: bool
  splits:
  - name: biased
    num_bytes: 268351812.47803226
    num_examples: 129463
  - name: unbiased
    num_bytes: 269434804.69832563
    num_examples: 129463
  download_size: 206805796
  dataset_size: 537786617.1763579
configs:
- config_name: default
  data_files:
  - split: biased
    path: data/biased-*
  - split: unbiased
    path: data/unbiased-*
---