---
title: recipe-100000-data-zh
canonical_url: "https://www.modelscope.cn/datasets/eagle9527/recipe-100000-data-zh"
md_url: "https://www.modelscope.cn/datasets/eagle9527/recipe-100000-data-zh.md"
repository: eagle9527/recipe-100000-data-zh
chinese_name: "中文菜100000道"
last_updated: 2025-03-14
license: "CC BY NC 4.0"
storage_size: "42 MB"
domain:
  - text
tasks:
  - TextGeneration
language:
  - zh
size_scale:
  - 10k-100k
downloads: 358
stars: 7
---

# recipe-100000-data-zh

> recipe-100000-data-zh - eagle9527 在 ModelScope 开源的数据集。10 W 菜谱数据集

eagle9527/recipe-100000-data-zh 是 ModelScope 魔搭社区上的TextGeneration数据集，涉及 text 领域，存储大小 42 MB，采用 CC BY NC 4.0 许可。

- **Repository**: eagle9527/recipe-100000-data-zh
- **License**: CC BY NC 4.0
- **Tasks**: TextGeneration
- **Domain**: text
- **Storage size**: 42 MB
- **Downloads**: 358
- **Stars**: 7
- **Last updated**: 2025-03-14

Source: https://www.modelscope.cn/datasets/eagle9527/recipe-100000-data-zh

---

## 数据集描述
该数据集为GPT-4生成的中文数据集，用于LLM的指令精调和强化学习等。



### 数据集加载方式
```python
from modelscope.msdatasets import MsDataset
ds = MsDataset.load("recipe-100000-data-zh", namespace="eagle9527", split="train")
print(next(iter(ds)))
```

### 数据分片
数据已经预设了train分片。



## 数据集版权信息
数据集已经开源，license为CC BY NC 4.0（仅用于非商业化用途），如有违反相关条款，随时联系modelscope删除。


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

### Clone with HTTP
```bash
git clone https://www.modelscope.cn/datasets/eagle9527/recipe-100000-data-zh.git
```
