NER_medical_reports / README.md
theekshana's picture
Upload README.md with huggingface_hub
acd1040 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: ner_tags
      list:
        - name: end
          dtype: int64
        - name: label
          dtype: string
        - name: start
          dtype: int64
  splits:
    - name: train
      num_bytes: 734575
      num_examples: 1000
    - name: test
      num_bytes: 73499
      num_examples: 100
  download_size: 229387
  dataset_size: 808074

Dataset Card for "NER_medical_reports"

More Information needed