cfahlgren1's picture
cfahlgren1 HF Staff
add class label string token repro dataset
6f47638 verified
---
configs:
- config_name: default
data_files:
- split: train
path: data/train.csv
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
"0": negative
"1": positive
---
# class-label-string-token-repro
Minimal repro dataset for class-label columns whose source CSV token is a label name instead of an integer id.