gap / README.md
yangwang825's picture
Create README.md
1fc81de verified
|
Raw
History Blame Contribute Delete
482 Bytes
---
features:
- name: input
dtype: string
- name: output
dtype: json
- name: schema
list:
- name: label
dtype: string
- name: description
dtype: string
- name: task
dtype: string
configs:
- config_name: "default"
data_files:
- split: "train"
path: "data/gap_train.jsonl"
- split: "validation"
path: "data/gap_validation.jsonl"
- split: "test"
path: "data/gap_test.jsonl"
---