wenqiglantz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ configs:
|
|
16 |
path: data/train-*
|
17 |
---
|
18 |
|
19 |
-
This is a subset (2000 samples) of [`timdettmers/openassistant-guanaco`](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset, processed to match
|
20 |
|
21 |
Inspired by Maxime Labonne's [llm-course repo](https://github.com/mlabonne/llm-course).
|
22 |
|
|
|
16 |
path: data/train-*
|
17 |
---
|
18 |
|
19 |
+
This is a subset (2000 samples) of [`timdettmers/openassistant-guanaco`](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset, processed to match Mistral-7B-instruct-v0.2's prompt format as described [in this article](https://huggingface.co/blog/llama2#how-to-prompt-llama-2). It was created using the [colab notebook](https://colab.research.google.com/drive/1afeicfJa9Mo8-wEcDoGrjyoVLyFkF9xm?usp=sharing).
|
20 |
|
21 |
Inspired by Maxime Labonne's [llm-course repo](https://github.com/mlabonne/llm-course).
|
22 |
|