Llama-2-oasst1-es / README.md
dariolopez's picture
Update README.md
4fba413
|
raw
history blame contribute delete
No virus
910 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 4524060
num_examples: 3909
download_size: 2528456
dataset_size: 4524060
license: apache-2.0
language:
- es
size_categories:
- 1K<n<10K
---
# OpenAssistant Conversations Spanish Dataset (OASST1-es) for Llama-2
## Dataset Summary
Subset of the original [OpenAssistant Conversations Dataset (OASST)](https://huggingface.co/datasets/OpenAssistant/oasst1).
* Filtered by `lang=es`.
* Formatted according to the Llama-2 pattern: "\<s> [INST] user prompt [/INST] output model \</s>"
* Select the best ranked output (Some instructions had multiple outputs ranked by humans).
* Select only the first level of the tree conversation.
## Dataset Structure
The dataset has 3909 rows of tuples (instructions and outputs).