File size: 1,203 Bytes
3c71966 | 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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | ---
dataset_info:
features:
- name: topic
dtype: string
- name: source
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: date
dtype: string
- name: tags
dtype: string
- name: text
dtype: string
- name: id
dtype: string
- name: int_bias
dtype: int64
- name: text_topic_0
dtype: string
- name: text_sentiment_0
dtype: float64
- name: text_topic_1
dtype: string
- name: text_sentiment_1
dtype: float64
- name: text_topic_2
dtype: string
- name: text_sentiment_2
dtype: float64
- name: text_topic_3
dtype: string
- name: text_sentiment_3
dtype: float64
- name: text_topic_4
dtype: string
- name: text_sentiment_4
dtype: float64
splits:
- name: train
num_bytes: 223048553
num_examples: 36774
- name: test
num_bytes: 69849000
num_examples: 11516
- name: validation
num_bytes: 14290052
num_examples: 2356
download_size: 177028700
dataset_size: 307187605
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|