--- license: apache-2.0 language: - en --- [Tigerbot](https://github.com/TigerResearch/TigerBot) 基于dolly数据集加工的分类classification相关分类的的sft。 原始来源:[https://huggingface.co/datasets/databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k/)
databricks-dolly-15k is an open source dataset of instruction-following records generated by thousands of Databricks employees in several of the behavioral categories outlined in the InstructGPT paper ## Usage ```python import datasets ds_sft = datasets.load_dataset('TigerResearch/tigerbot-dolly-classification-en-2k') ```