TRNews-single / README.md
Holmeister's picture
Upload dataset
429dcd8 verified
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
    - name: inst_no
      dtype: int64
    - name: system
      dtype: string
  splits:
    - name: train
      num_bytes: 37180347
      num_examples: 15000
    - name: validation
      num_bytes: 1905590
      num_examples: 750
    - name: test
      num_bytes: 11667420
      num_examples: 5000
  download_size: 23303260
  dataset_size: 50753357
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*