--- license: apache-2.0 language: - en --- [Tigerbot](https://github.com/TigerResearch/TigerBot) 基于公开的数据集生成的食谱类sft数据集

原始来源:[https://www.kaggle.com/datasets/zeeenb/recipes-from-tasty?select=ingredient_and_instructions.json](https://www.kaggle.com/datasets/zeeenb/recipes-from-tasty?select=ingredient_and_instructions.json) ## Usage ```python import datasets ds_sft = datasets.load_dataset('TigerResearch/tigerbot-kaggle-recipes-en-2k') ```