sci-erc / README.md
yangwang825's picture
Upload README.md with huggingface_hub
40b3541 verified
|
Raw
History Blame Contribute Delete
440 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/sci_erc_train.jsonl
      - split: validation
        path: data/sci_erc_validation.jsonl
      - split: test
        path: data/sci_erc_test.jsonl