tmp_imdb_ft / README.md
5cp's picture
Upload README.md with huggingface_hub
785d0aa
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': neg
'1': pos
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 21120329
num_examples: 782
- name: test
num_bytes: 23158476
num_examples: 858
download_size: 736300
dataset_size: 44278805
---
# Dataset Card for "tmp_imdb_ft"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)