QianqianXie1994's picture
Upload README.md with huggingface_hub
3006f58 verified
|
raw
history blame
732 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: query
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 503889199
      num_examples: 6658
    - name: valid
      num_bytes: 503889199
      num_examples: 6658
    - name: test
      num_bytes: 503889199
      num_examples: 6658
  download_size: 731993043
  dataset_size: 1511667597

Dataset Card for "PubmedSumm_five_shot_test"

More Information needed