File size: 585 Bytes
ddc3d05 c3bd56f ddc3d05 c3bd56f ddc3d05 c3bd56f ddc3d05 |
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 |
---
dataset_info:
features:
- name: id
dtype: int32
- name: URL
dtype: string
- name: domain
dtype: string
- name: topic
dtype: string
- name: has_image
dtype: int32
- name: has_hyperlink
dtype: int32
- name: sentence
dtype: string
splits:
- name: dev
num_bytes: 518999
num_examples: 997
- name: devtest
num_bytes: 545538
num_examples: 1012
download_size: 364203
dataset_size: 1064537
configs:
- config_name: default
data_files:
- split: dev
path: data/dev-*
- split: devtest
path: data/devtest-*
---
|