File size: 755 Bytes
06bd14e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: index
    dtype: string
  - name: word_count
    dtype: int64
  - name: character_count
    dtype: int64
  - name: line_count
    dtype: int64
  - name: fraction_of_duplicate_lines
    dtype: float64
  - name: fraction_of_characters_in_duplicate_lines
    dtype: float64
  - name: symbol_to_word_ratio
    dtype: float64
  - name: fraction_of_words_without_alpha
    dtype: float64
  - name: num_of_stop_words
    dtype: int64
  - name: lng
    dtype: string
  splits:
  - name: train
    num_bytes: 2315042366
    num_examples: 1424937
  download_size: 1372607291
  dataset_size: 2315042366
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---