Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ dataset_info:
|
|
10 |
download_size: 966969
|
11 |
dataset_size: 1655208
|
12 |
---
|
13 |
-
#
|
14 |
|
15 |
-
|
|
|
|
|
|
10 |
download_size: 966969
|
11 |
dataset_size: 1655208
|
12 |
---
|
13 |
+
# Guanaco-1k: Lazy Llama 2 Formatting
|
14 |
|
15 |
+
This is a subset (1k samples) of 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).
|
16 |
+
|
17 |
+
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.
|