guanaco-llama2-1k / README.md
mlabonne's picture
Update README.md
0b1446a
|
raw
history blame
782 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1655208
      num_examples: 1000
  download_size: 966969
  dataset_size: 1655208

Guanaco-1k: Lazy Llama 2 Formatting

This is a subset (1k samples) of the excellent timdettmers/openassistant-guanaco dataset, processed to match Llama 2's prompt format as described in this article.

Useful if you don't want to reformat it by yourself (e.g., using a script). It was designed for this article about fine-tuning a Llama 2 model in a Google Colab.