fab-ner / README.md
yangwang825's picture
Upload README.md with huggingface_hub
a424a8e verified
|
Raw
History Blame Contribute Delete
440 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/fab_ner_train.jsonl
- split: validation
path: data/fab_ner_validation.jsonl
- split: test
path: data/fab_ner_test.jsonl
---