genia-ner / README.md
yangwang825's picture
Upload README.md with huggingface_hub
ba7558c verified
|
Raw
History Blame Contribute Delete
446 Bytes
metadata
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/genia_ner_train.jsonl
      - split: validation
        path: data/genia_ner_validation.jsonl
      - split: test
        path: data/genia_ner_test.jsonl