usmle_step_3 / README.md
augtoma's picture
Upload README.md with huggingface_hub
486e23c
|
raw
history blame
No virus
787 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: options
      struct:
        - name: A
          dtype: string
        - name: B
          dtype: string
        - name: C
          dtype: string
        - name: D
          dtype: string
        - name: E
          dtype: string
        - name: F
          dtype: string
        - name: G
          dtype: string
    - name: answer
      dtype: string
    - name: answer_idx
      dtype: string
  splits:
    - name: test
      num_bytes: 156286
      num_examples: 122
  download_size: 98164
  dataset_size: 156286

Dataset Card for "usmle_self_eval_step3"

More Information needed