NLPproject_MedMCQA / README.md
joel-unist's picture
Upload dataset
baa1c0b verified
|
raw
history blame
569 Bytes
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
  splits:
    - name: train
      num_bytes: 22227843
      num_examples: 182822
    - name: test
      num_bytes: 442557
      num_examples: 6150
    - name: validation
      num_bytes: 552775
      num_examples: 4183
  download_size: 14318843
  dataset_size: 23223175
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*