File size: 1,611 Bytes
cedad3b
 
 
 
 
 
 
 
 
 
968cf7d
c682563
cedad3b
 
561a081
cedad3b
9b8074d
cedad3b
cb21986
cedad3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- text-generation
language:
- it
tags:
- alpaca
- gpt4
- it
size_categories:
- 10K<n<100K
license: cc-by-nc-2.0
---

# Alpaca GPT4 English-to-Italian Translated Instructions (WIP)

This dataset contains **15209** instructions that have been translated from English to Italian using `gpt-3.5-turbo`. 

Alpaca GPT4: the original **alpaca_gpt4_data.json** dataset contains 52K instruction-following data generated by GPT-4 with prompts in Alpaca. The JSON file has the same format as Alpaca data, except the output is generated by GPT-4:

- instruction: str, describes the task the model should perform. Each of the 52K instructions is unique.
- input: str, optional context or input for the task.
- output: str, the answer to the instruction as generated by GPT-4.

## License

Please note that the original Alpaca GPT4 dataset and the translations generated by `gpt-3.5-turbo` may have their respective licenses, and it is important to comply with any usage restrictions specified by the original data sources. As this dataset contains partially translated data, proper attribution and compliance with relevant licenses is recommended.
The data is intended and licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes.

## Citation
```
@article{peng2023instruction,
  title={Instruction Tuning with GPT-4},
  author={Peng, Baolin and Li, Chunyuan and He, Pengcheng and Galley, Michel and Gao, Jianfeng},
  journal={arXiv preprint arXiv:2304.03277},
  year={2023}
}
```