boapps's picture
Upload README.md with huggingface_hub
09aa6d5 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: paragraph
      dtype: string
    - name: relations
      list:
        - name: explanation
          dtype: string
        - name: object
          dtype: string
        - name: relation
          dtype: string
        - name: subject
          dtype: string
  splits:
    - name: validation
      num_bytes: 91165
      num_examples: 106
    - name: test
      num_bytes: 86275
      num_examples: 106
    - name: train
      num_bytes: 911376
      num_examples: 1049
  download_size: 702488
  dataset_size: 1088816

Dataset Card for "kmdb_relation_extraction"

More Information needed