mri-samples / README.md
cp500's picture
Upload README.md with huggingface_hub
beb44ef
|
raw
history blame contribute delete
No virus
618 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
  splits:
    - name: train
      num_bytes: 46044813
      num_examples: 30504
    - name: test
      num_bytes: 5248961
      num_examples: 3390
  download_size: 23104510
  dataset_size: 51293774

Dataset Card for "mri-samples"

More Information needed