File size: 782 Bytes
0fae14d |
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 39 40 41 42 43 44 |
---
dataset_info:
features:
- name: uuid
dtype: string
- name: title
dtype: string
- name: lead
dtype: string
- name: article
dtype: string
- name: domain
dtype: string
- name: url
dtype: string
- name: date_of_creation
dtype: timestamp[ns]
- name: tags
sequence: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 32496003
num_examples: 5000
- name: validation
num_bytes: 1359484
num_examples: 200
- name: test
num_bytes: 1326525
num_examples: 200
download_size: 22702475
dataset_size: 35182012
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|