BABE / README.md
horychtom's picture
Upload version of BABE v2 split intro train and test
bfcd0e6 verified
|
raw
history blame
No virus
660 Bytes
---
dataset_info:
features:
- name: text
dtype: string
- name: news_link
dtype: string
- name: label
dtype: int32
- name: outlet
dtype: string
- name: topic
dtype: string
- name: type
dtype: string
- name: label_opinion
dtype: string
- name: biased_words
dtype: string
- name: uuid
dtype: string
splits:
- name: train
num_bytes: 1333005
num_examples: 3121
- name: test
num_bytes: 431960
num_examples: 1000
download_size: 945249
dataset_size: 1764965
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---