SP_NER / README.md
itaylotan's picture
Upload dataset
cd6855c verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: consult_input
      dtype: string
    - name: turing_output
      dtype: string
    - name: patient_info
      dtype: string
    - name: hospital_info
      dtype: string
    - name: case_info
      dtype: string
    - name: text_question
      dtype: string
    - name: difficulty_tags
      dtype: string
    - name: question_tag
      dtype: string
    - name: signals_present
      dtype: string
    - name: signals_not_present
      dtype: string
    - name: signals_present_id
      dtype: string
    - name: signals_not_present_id
      dtype: string
    - name: diagnosis_present
      dtype: string
    - name: diagnosis_not_present
      dtype: string
    - name: diagnosis_present_id
      dtype: string
    - name: diagnosis_not_present_id
      dtype: string
    - name: recommendations_present
      dtype: string
    - name: recommendations_not_present
      dtype: string
    - name: recommendations_present_id
      dtype: string
    - name: recommendations_not_present_id
      dtype: string
  splits:
    - name: train
      num_bytes: 199892236.5
      num_examples: 9000
    - name: test
      num_bytes: 22210248.5
      num_examples: 1000
  download_size: 46835312
  dataset_size: 222102485
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*