AAID-clone / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
ec964d7 verified
|
raw
history blame
590 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
  splits:
    - name: train
      num_bytes: 95605209
      num_examples: 234040
    - name: validation
      num_bytes: 19591987
      num_examples: 47120
    - name: test
      num_bytes: 5454571
      num_examples: 13269
  download_size: 25420277
  dataset_size: 120651767
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*