MSey's picture
Upload dataset
7c67f09 verified
|
raw
history blame
930 Bytes
metadata
dataset_info:
  features:
    - name: tokens
      sequence: string
    - name: entities
      sequence: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-DIAGNOSIS
            '2': I-DIAGNOSIS
            '3': B-DIAGNOSTIC
            '4': I-DIAGNOSTIC
            '5': B-DRUG
            '6': I-DRUG
            '7': B-MEDICAL_FINDING
            '8': I-MEDICAL_FINDING
            '9': B-THERAPY
            '10': I-THERAPY
    - name: spans
      sequence: string
  splits:
    - name: train
      num_bytes: 21567845
      num_examples: 32726
    - name: test
      num_bytes: 6341927
      num_examples: 9489
    - name: validation
      num_bytes: 5398182
      num_examples: 8182
  download_size: 5562180
  dataset_size: 33307954
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*