cdcp / README.md
yangwang825's picture
Upload README.md with huggingface_hub
b82fa58 verified
|
Raw
History Blame Contribute Delete
364 Bytes
---
features:
- name: input
dtype: string
- name: output
dtype: json
- name: schema
list:
- name: label
dtype: string
- name: description
dtype: string
configs:
- config_name: default
data_files:
- split: train
path: data/cdcp_train.jsonl
- split: test
path: data/cdcp_test.jsonl
---