--- 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-* ---