guanaco-llama2-2k / README.md
wenqiglantz's picture
Update README.md
27d2c43 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 3211457
      num_examples: 2000
  download_size: 1887239
  dataset_size: 3211457
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

This is a subset (2000 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.