Inicial
Browse filesEste dataset se crea utilizando un subconjunto formateado del dataset openassistant-guanaco de Hugging Face.
Se tom贸 una una muestra de 2000 conversaciones y se reformateo cada conversaci贸n en un estilo estructurado para modelos tipo Instruct.
Se Prepararon los datos en el formato [INST] ... [/INST]
El c贸digo en el notebook https://colab.research.google.com/drive/14ZINMuQbO1N-g6GPgI5QQs4GgVf4gYCe?usp=drive_link
Tomado de https://colab.research.google.com/drive/1Ad7a9zMmkxuXTOh1Z7-rNSICA4dybpM2?usp=sharing
README.md
CHANGED
|
@@ -14,4 +14,11 @@ configs:
|
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
path: data/train-*
|
| 17 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
path: data/train-*
|
| 17 |
+
license: apache-2.0
|
| 18 |
+
task_categories:
|
| 19 |
+
- question-answering
|
| 20 |
+
language:
|
| 21 |
+
- en
|
| 22 |
+
size_categories:
|
| 23 |
+
- 1K<n<10K
|
| 24 |
+
---
|