Datasets:
File size: 2,284 Bytes
d39d984 8d4042d d39d984 8d4042d 385b548 8d4042d 385b548 d966891 8d4042d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | ---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 1761506
num_examples: 25058
- name: test
num_bytes: 439663
num_examples: 6265
download_size: 1302233
dataset_size: 2201169
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: cc-by-nc-4.0
task_categories:
- text-generation
language:
- it
tags:
- alpaca
- translation
- italian
- machine-translation
size_categories:
- 10K<n<100K
---
# Harmless Alpaca (Italian)
Italian machine translation of [mlabonne/harmless_alpaca](https://huggingface.co/datasets/mlabonne/harmless_alpaca),
itself a repackaging of instructions from [tatsu-lab/alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca).
## Dataset Description
This dataset contains the harmless instructions from the original Alpaca dataset, translated
from English to Italian. It is intended for research use, e.g. building or evaluating Italian-language
instruction-following models.
## Translation Process
Translations were generated using [Helsinki-NLP/Opus-MT](https://huggingface.co/Helsinki-NLP/opus-mt-en-it).
**Note:** translations were produced automatically and have only partially been manually reviewed. As with any
machine-translated dataset, expect occasional errors in idiom, tone, or formatting (especially around unusual sentence structures in the original text). Use accordingly.
## Credits
- **Original dataset:** [tatsu-lab/alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) — Stanford Alpaca team
- **Repackaged (English) version:** [mlabonne/harmless_alpaca](https://huggingface.co/datasets/mlabonne/harmless_alpaca) — Maxime Labonne
- **Translation model:** [Helsinki-NLP/Opus-MT](https://huggingface.co/Helsinki-NLP/opus-mt-en-it) — Language Technology Research Group, University of Helsinki
## License
This dataset is released under **CC BY-NC 4.0** (non-commercial use only), consistent with the license of
the original Alpaca dataset. Models trained using this data should not be used outside of research purposes.
## Splits
| Split | Description |
|-------|-------------|
| train | Italian-translated training instructions |
| test | Italian-translated test instructions | |