mlabonne commited on
Commit
9c91764
1 Parent(s): 3ce0616

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,6 +13,8 @@ dataset_info:
13
  download_size: 9461517
14
  dataset_size: 16224900
15
  ---
16
- # Dataset Card for "guanaco-llama2"
17
 
18
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
13
  download_size: 9461517
14
  dataset_size: 16224900
15
  ---
16
+ # Guanaco: Lazy Llama 2 Formatting
17
 
18
+ This is the excellent [`timdettmers/openassistant-guanaco`](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset, processed to match Llama 2's prompt format as described [in this article](https://huggingface.co/blog/llama2#how-to-prompt-llama-2).
19
+
20
+ Useful if you don't want to reformat it by yourself (e.g., using a script). It was designed for [this article](https://mlabonne.github.io/blog/posts/Fine_Tune_Your_Own_Llama_2_Model_in_a_Colab_Notebook.html) about fine-tuning a Llama 2 model in a Google Colab.