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