guanaco-llama2-1k / README.md
wenqiglantz's picture
Update README.md
d3b9447 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1654448
      num_examples: 1000
  download_size: 966694
  dataset_size: 1654448
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

This is a subset (1000 samples) of timdettmers/openassistant-guanaco dataset, processed to match Mistral-7B-instruct-v0.2's prompt format as described in this article. It was created using the colab notebook.

Inspired by Maxime Labonne's llm-course repo.