File size: 821 Bytes
4b87df0 a9c891e 7a092ce a90bc98 4b87df0 3342a95 ee1a360 4b87df0 |
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 |
---
dataset_info:
features:
- name: title
dtype: string
- name: content
dtype: string
- name: category
dtype: string
- name: aspect
dtype: string
- name: sentiment
dtype: string
- name: combined
dtype: string
- name: text
dtype: string
- name: text2
dtype: string
- name: text3
dtype: string
- name: instruct
dtype: string
splits:
- name: train
num_bytes: 12375643.0
num_examples: 2083
- name: validation
num_bytes: 2659673.0
num_examples: 447
- name: test
num_bytes: 2675054.0
num_examples: 444
download_size: 66575983
dataset_size: 17710370.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|