--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: title dtype: string - name: text dtype: string - name: url dtype: string - name: authors dtype: string - name: timestamp dtype: string - name: tags dtype: string - name: token_count dtype: int64 splits: - name: train num_bytes: 930797692.9172074 num_examples: 171340 - name: validation num_bytes: 24494962.048346493 num_examples: 4509 - name: test num_bytes: 24494962.048346493 num_examples: 4509 download_size: 615394671 dataset_size: 979787617.0139004 license: mit language: - en size_categories: - 100K