guanaco-llama2 / README.md
mlabonne's picture
Update README.md
9c91764
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 15409089
      num_examples: 9846
    - name: test
      num_bytes: 815811
      num_examples: 518
  download_size: 9461517
  dataset_size: 16224900

Guanaco: Lazy Llama 2 Formatting

This is 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.