librarian-bot's picture
Librarian Bot: Add language metadata for dataset
c820e55 verified
|
raw
history blame
826 Bytes
metadata
language:
  - en
license: apache-2.0
task_categories:
  - text-generation
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 20912557
      num_examples: 9846
    - name: test
      num_bytes: 1108538
      num_examples: 518
  download_size: 10221850
  dataset_size: 22021095
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

This dataset is timdettmers/openassistant-guanaco converted to what I believe to be the Llama 2 prompt format (based on this Reddit post). It is otherwise unchanged.

The license is the same as the original, Apache 2.0.