sst2-bert / README.md
yoonichoi's picture
Upload dataset
1f9a9b1 verified
|
raw
history blame contribute delete
No virus
689 Bytes
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: int64
- name: label_text
dtype: string
- name: pseudo_gt
dtype: int64
- name: pseudo_gt_text
dtype: string
- name: '0'
dtype: float64
- name: '1'
dtype: float64
splits:
- name: train
num_bytes: 1133281
num_examples: 6920
- name: valid
num_bytes: 144104
num_examples: 872
- name: test
num_bytes: 297359
num_examples: 1821
download_size: 890385
dataset_size: 1574744
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---