dariolopez
commited on
Commit
·
d18967f
1
Parent(s):
abb471c
Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,15 @@ language:
|
|
19 |
size_categories:
|
20 |
- 10K<n<100K
|
21 |
---
|
22 |
-
#
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
size_categories:
|
20 |
- 10K<n<100K
|
21 |
---
|
22 |
+
# Databricks Dolly 15k (es) for Llama-2
|
23 |
|
24 |
+
## Dataset Summary
|
25 |
|
26 |
+
The Databricks Dolly 15k dataset source is curated in multiple languages by [Argilla](https://huggingface.co/datasets/argilla/databricks-dolly-15k-curated-multilingual).
|
27 |
+
|
28 |
+
* Filtered by `lang=es`.
|
29 |
+
* Formatted according to the Llama-2 pattern: "\<s> [INST] user prompt [/INST] output model \</s>"
|
30 |
+
|
31 |
+
## Dataset Structure
|
32 |
+
|
33 |
+
The dataset has 3909 rows of tuples (instructions and outputs).
|