medagentbenchv2 / README.md
PumeTu's picture
Upload dataset
9ee2350 verified
|
Raw
History Blame Contribute Delete
1.19 kB
metadata
dataset_info:
  - config_name: new_patient_tasks
    features:
      - name: id
        dtype: string
      - name: instruction
        dtype: string
      - name: context
        dtype: string
      - name: eval_MRN
        dtype: string
    splits:
      - name: test
        num_bytes: 122637
        num_examples: 300
    download_size: 13774
    dataset_size: 122637
  - config_name: new_tasks
    features:
      - name: id
        dtype: string
      - name: instruction
        dtype: string
      - name: eval_MRN
        dtype: string
    splits:
      - name: test
        num_bytes: 4201
        num_examples: 10
    download_size: 5362
    dataset_size: 4201
  - config_name: test_data_v2
    features:
      - name: id
        dtype: string
      - name: instruction
        dtype: string
      - name: context
        dtype: string
      - name: sol
        list: string
      - name: eval_MRN
        dtype: string
    splits:
      - name: test
        num_bytes: 104470
        num_examples: 300
    download_size: 12862
    dataset_size: 104470
configs:
  - config_name: new_patient_tasks
    data_files:
      - split: test
        path: new_patient_tasks/test-*
  - config_name: new_tasks
    data_files:
      - split: test
        path: new_tasks/test-*
  - config_name: test_data_v2
    data_files:
      - split: test
        path: test_data_v2/test-*