classifier / README.md
feliciamj's picture
Upload README.md with huggingface_hub
85473e8
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': neg
'1': pos
splits:
- name: train
num_bytes: 1074806
num_examples: 8530
- name: validation
num_bytes: 134675
num_examples: 1066
- name: test
num_bytes: 135968
num_examples: 1066
download_size: 881052
dataset_size: 1345449
---
# Dataset Card for "classifier"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)