File size: 477 Bytes
b9c16e8
 
 
 
 
 
 
 
 
 
b078e97
62a5102
 
6c109b6
 
 
 
 
b9c16e8
 
 
 
 
b4d5654
 
b9c16e8
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: ends_with_punctuation
    dtype: bool
  - name: lang
    dtype: string
  splits:
  - name: valid
    num_bytes: 80176666
    num_examples: 311196
  - name: train
    num_bytes: 81031620567
    num_examples: 312181384
  download_size: 40526239410
  dataset_size: 81111797233
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
---