odmeeting_oracle / README.md
kejian's picture
Upload README.md with huggingface_hub
de588d9
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: Article
      dtype: string
    - name: Summary
      dtype: string
    - name: Query
      dtype: string
  splits:
    - name: train
      num_bytes: 25745453
      num_examples: 261
    - name: test
      num_bytes: 13442766
      num_examples: 131
    - name: validation
      num_bytes: 4115166
      num_examples: 44
  download_size: 21293422
  dataset_size: 43303385

Dataset Card for "odmeeting_oracle"

More Information needed