usmle_step_2 / README.md
augtoma's picture
Upload README.md with huggingface_hub
4579bb8
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: 133267
      num_examples: 109
  download_size: 80679
  dataset_size: 133267

Dataset Card for "usmle_self_eval_step2"

More Information needed