blurb-re / README.md
nishide-dev's picture
Upload dataset
c72cf97 verified
metadata
dataset_info:
  - config_name: chemprot
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: entities
        list:
          - name: text
            dtype: string
          - name: label
            dtype: string
          - name: role
            dtype: string
      - name: relations
        list:
          - name: head
            dtype: int64
          - name: tail
            dtype: int64
          - name: label
            dtype: string
    splits:
      - name: train
        num_bytes: 6630090
        num_examples: 18035
      - name: validation
        num_bytes: 4258431
        num_examples: 11268
      - name: test
        num_bytes: 6116193
        num_examples: 15745
    download_size: 6443790
    dataset_size: 17004714
  - config_name: ddi
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: entities
        list:
          - name: text
            dtype: string
          - name: label
            dtype: string
          - name: role
            dtype: string
      - name: relations
        list:
          - name: head
            dtype: int64
          - name: tail
            dtype: int64
          - name: label
            dtype: string
    splits:
      - name: train
        num_bytes: 11926820
        num_examples: 25296
      - name: validation
        num_bytes: 906459
        num_examples: 2496
      - name: test
        num_bytes: 2360753
        num_examples: 5716
    download_size: 4300961
    dataset_size: 15194032
configs:
  - config_name: chemprot
    data_files:
      - split: train
        path: chemprot/train-*
      - split: validation
        path: chemprot/validation-*
      - split: test
        path: chemprot/test-*
  - config_name: ddi
    data_files:
      - split: train
        path: ddi/train-*
      - split: validation
        path: ddi/validation-*
      - split: test
        path: ddi/test-*