---
license: apache-2.0
language:
- eng
pretty_name: OpenHermes 2.5
tags:
- synthetic
- GPT-4
- Distillation
- Compilation
---
## This is the teknium/OpenHermes-2.5 dataset with 2,697 censored lines removed using my uncensored code found bellow.
- https://huggingface.co/datasets/Replete-AI/data_processing_code
## Thank you teknium for the original dataset, you can find it bellow.
- https://huggingface.co/datasets/teknium/OpenHermes-2.5
## This is the same version of Open-Hermes-2.5 that was used in code_bagel_hermes-2.5 found bellow:
- https://huggingface.co/datasets/Replete-AI/code_bagel_hermes-2.5
______________________________________________________________________________________________________

# Dataset Card for Dataset Name
This is the dataset that made OpenHermes 2.5 and Nous Hermes 2 series of models.
Support me on GitHub sponsors <3 : https://github.com/sponsors/teknium1
## Dataset Details
### Dataset Description
The Open Hermes 2/2.5 and Nous Hermes 2 models have made significant advancements of SOTA LLM's over recent months, and are underpinned by this exact compilation and curation of many open source datasets and custom created synthetic datasets.
The Open Hermes 2.5 dataset is a continuation of the Open Hermes 1 dataset, at a much larger scale, much more diverse, and much higher quality compilation, reaching 1M, primarily synthetically generated instruction and chat samples.
## Lilac Integration
This dataset has been pushed to Lilac's (a data curation and exploration platform) live HuggingFace spaces, that hosts many popular OS Datasets for exploration and curation, as well as does Text Embedding searches and Clustering of those datasets
Check out that out here: https://lilacai-lilac.hf.space/datasets#lilac/OpenHermes-2.5
## Dataset Sources
###
Airoboros 2.2
By Jon Durbin: https://huggingface.co/datasets/jondurbin/airoboros-2.2
### CamelAI Domain Expert Datasets (Physics, Math, Chemistry & Biology)
By CamelAI: https://huggingface.co/camel-ai
### ChatBot Arena (GPT-4 Only)
By LMSys: https://huggingface.co/datasets/lmsys/lmsys-chat-1m
### Collective Cognition (09-11-2023)
By Teknium: https://huggingface.co/datasets/CollectiveCognition/chats-data-2023-09-22
### CoT Alpaca GPT4
I have lost the source page for this dataset, sorry
### Evol Instruct 70K && 140K
By WizardLM:
70K: https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_70k
140k: https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_V2_196k
### Glaive Code Assistant
By Sahil & Glaive: https://huggingface.co/datasets/glaiveai/glaive-code-assistant
### GPT4-LLM
By Baolin Peng*, Chunyuan Li*, Pengcheng He*, Michel Galley, Jianfeng Gao
https://huggingface.co/datasets/teknium/GPT4-LLM-Cleaned
### GPTeacher
By Teknium & Kuruminha: https://github.com/teknium1/GPTeacher
### Medical Tasks
By CogStack: https://github.com/CogStack/OpenGPT
### MetaMath 40k
By MetaMath: https://huggingface.co/datasets/meta-math/MetaMathQA
### SlimOrca 550K
By Wing Lian and Guan Wang and Bleys Goodson and Eugene Pentland and Austin Cook and Chanvichet Vong and Teknium:
https://huggingface.co/datasets/Open-Orca/SlimOrca
### Platypus
By Garage-bAInd: https://huggingface.co/datasets/garage-bAInd/Open-Platypus
### ShareGPT (GPT4-Only)
By LMSys: https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered
### Unnatural Instructions GPT4
By Baolin Peng*, Chunyuan Li*, Pengcheng He*, Michel Galley, Jianfeng Gao:
https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM
## Dataset Structure
The dataset follows a sharegpt structure. This means it is a list of dictionaries, with each dictionary containing a new list of dicts called conversations. Each turn in a conversation has two dictionaries, a "from" field, which denotes the role of that turn, and a "value" field which contains the actual text.
Here is an example of an entry:
```
{
"conversations": [
{
"from": "system",
"value": ""
},
{
"from": "human",
"value": "Every day, a tree drops 7 leaves. How many leaves would it drop in a month of February in a non-leap year? Include your logic."
},
{
"from": "gpt",
"value": "Here's the logic behind this:\n\n1. We know that February has 28 days in a non-leap year.\n2. If the tree drops 7 leaves every day, then over the course of February, it would drop:\n Leaves dropped in February = Leaves per day * Days in February\n = 7 leaves * 28 days\n = 196 leaves\n\nSo, the tree would drop 196 leaves in February in a non-leap year."
}
],
"source": "airoboros2.2",
"category": "orca"
},
```
Some examples, like the one above, contain the metadata that came with the dataset, such as "category" being "orca", and many contain the source dataset that it was curated from.
## Citation
```bibtex
@misc{OpenHermes 2.5,
title = {OpenHermes 2.5: An Open Dataset of Synthetic Data for Generalist LLM Assistants},
author = {Teknium},
year = {2023},
publisher = {HuggingFace},
url = {https://huggingface.co/datasets/teknium/OpenHermes-2.5}
}
```
---
许可证:Apache-2.0
语言:
- 英语
数据集名称:OpenHermes 2.5
标签:
- 合成数据
- GPT-4
- 知识蒸馏
- 数据集整合
---
本数据集为teknium/OpenHermes-2.5原始数据集,已通过下述开源代码移除了2697条被审核过滤的样本。
- https://huggingface.co/datasets/Replete-AI/data_processing_code
特此感谢teknium提供的原始数据集,原始数据集可通过下述链接获取。
- https://huggingface.co/datasets/teknium/OpenHermes-2.5
本数据集与下述code_bagel_hermes-2.5数据集中使用的OpenHermes-2.5版本完全一致:
- https://huggingface.co/datasets/Replete-AI/code_bagel_hermes-2.5
______________________________________________________________________________________________________

# 本数据集说明卡片
本数据集是支撑OpenHermes 2.5与Nous Hermes 2系列模型开发的核心数据集。
欢迎通过GitHub Sponsors支持我:https://github.com/sponsors/teknium1
## 数据集详情
### 数据集描述
近几个月来,Open Hermes 2/2.5与Nous Hermes 2系列模型已在大语言模型(Large Language Model, LLM)领域取得了显著的当前最优(State-of-the-art, SOTA)性能突破,其核心依托正是本数据集对大量开源数据集的整合与精选,以及自研的定制化合成数据集。
Open Hermes 2.5数据集是Open Hermes 1数据集的延续,其整合规模更大、数据多样性更强、内容质量更高,总计包含约100万条以合成生成的指令与对话样本为主的训练数据。
## Lilac平台集成
本数据集已上传至Lilac(一款数据精选与探索平台)的Hugging Face在线空间,该空间汇聚了多款热门开源数据集,支持数据探索、精选,以及文本嵌入检索与聚类分析。
可通过下述链接体验:https://lilacai-lilac.hf.space/datasets#lilac/OpenHermes-2.5
## 数据集来源
### Airoboros 2.2
作者:Jon Durbin,链接:https://huggingface.co/datasets/jondurbin/airoboros-2.2
### CamelAI 领域专家数据集(涵盖物理、数学、化学与生物学)
作者:CamelAI,链接:https://huggingface.co/camel-ai
### ChatBot Arena(仅GPT-4数据)
作者:LMSys,链接:https://huggingface.co/datasets/lmsys/lmsys-chat-1m
### Collective Cognition(2023-09-11)
作者:Teknium,链接:https://huggingface.co/datasets/CollectiveCognition/chats-data-2023-09-22
### CoT Alpaca GPT4
遗憾的是,本数据集的原始来源页面已遗失
### Evol Instruct 70K与140K
作者:WizardLM,70K数据集链接:https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_70k,140K数据集链接:https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_V2_196k
### Glaive Code Assistant
作者:Sahil与Glaive,链接:https://huggingface.co/datasets/glaiveai/glaive-code-assistant
### GPT4-LLM
作者:Baolin Peng*、Chunyuan Li*、Pengcheng He*、Michel Galley、Jianfeng Gao,链接:https://huggingface.co/datasets/teknium/GPT4-LLM-Cleaned
### GPTeacher
作者:Teknium与Kuruminha,链接:https://github.com/teknium1/GPTeacher
### Medical Tasks 医疗任务数据集
作者:CogStack,链接:https://github.com/CogStack/OpenGPT
### MetaMath 40K
作者:MetaMath,链接:https://huggingface.co/datasets/meta-math/MetaMathQA
### SlimOrca 550K
作者:Wing Lian、Guan Wang、Bleys Goodson、Eugene Pentland、Austin Cook、Chanvichet Vong与Teknium,链接:https://huggingface.co/datasets/Open-Orca/SlimOrca
### Platypus
作者:Garage-bAInd,链接:https://huggingface.co/datasets/garage-bAInd/Open-Platypus
### ShareGPT(仅GPT-4数据)
作者:LMSys,链接:https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered
### Unnatural Instructions GPT4
作者:Baolin Peng*、Chunyuan Li*、Pengcheng He*、Michel Galley、Jianfeng Gao,链接:https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM
## 数据集结构
本数据集遵循ShareGPT格式规范:整体为字典列表,每个字典包含一个名为`conversations`的子列表,该子列表存储对话交互内容。每一轮对话包含两个核心字段:`from`字段用于标识该轮对话的角色,`value`字段存储对应文本内容。
以下为单条样本示例:
{
"conversations": [
{
"from": "system",
"value": ""
},
{
"from": "human",
"value": "Every day, a tree drops 7 leaves. How many leaves would it drop in a month of February in a non-leap year? Include your logic."
},
{
"from": "gpt",
"value": "Here's the logic behind this:
1. We know that February has 28 days in a non-leap year.
2. If the tree drops 7 leaves every day, then over the course of February, it would drop:
Leaves dropped in February = Leaves per day * Days in February
= 7 leaves * 28 days
= 196 leaves
So, the tree would drop 196 leaves in February in a non-leap year."
}
],
"source": "airoboros2.2",
"category": "orca"
},
如上示例包含该数据集原生的元数据(如`category`字段取值为`orca`),多数样本也标注了其源自的精选数据集来源。
## 引用
bibtex
@misc{OpenHermes 2.5,
title = {OpenHermes 2.5: An Open Dataset of Synthetic Data for Generalist LLM Assistants},
author = {Teknium},
year = {2023},
publisher = {HuggingFace},
url = {https://huggingface.co/datasets/teknium/OpenHermes-2.5}
}