File size: 410 Bytes
6f47638 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
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.
|