File size: 539 Bytes
373bb64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1ad115b
 
 
 
373bb64
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: file_path
    dtype: string
  - name: content
    dtype: string
  - name: size
    dtype: int64
  - name: lang
    dtype: string
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: alphanum_fraction
    dtype: float64
  splits:
  - name: train
    num_bytes: 114124479.42313388
    num_examples: 13546
  download_size: 41220289
  dataset_size: 114124479.42313388
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---