GPTeacher
收藏魔搭社区2026-01-05 更新2024-05-15 收录
下载链接:
https://modelscope.cn/datasets/wyj123456/GPTeacher
下载链接
链接失效反馈官方服务:
资源简介:
## 数据集描述
It contains 29013 en instructions generated by GPT-4, General-Instruct - Roleplay-Instruct - Code-Instruct - and Toolformer.
## 数据示例
```
{"instruction": "Provide an overview of the process of human evolution.", "input": "", "output": "Human evolution began millions of years ago with the emergence of common ancestors of humans, chimpanzees, and gorillas. The process involved a series of distinct species branching off and evolving separately, with some leading to modern humans, Homo sapiens. Key milestones in human evolution include the appearance of the first hominids (human-like primates), the development of bipedalism (walking upright), and the growth of larger brains. Over time, hominids developed more advanced tools, communication abilities, and social structures. The timeline of human evolution includes several genera such as Ardipithecus, Australopithecus, Paranthropus, and Homo. Noteworthy species include Ardipithecus ramidus, Australopithecus afarensis 'Lucy,' Homo habilis, Homo erectus, Homo neanderthalensis (Neanderthals), and finally, Homo sapiens. The process of human evolution was influenced by factors such as migration, climate change, and genetic mutations, leading to the diverse populations and cultures that exist today."}
```
### 数据集加载方式
```Python
from modelscope.msdatasets import MsDataset
from modelscope.utils.constant import DownloadMode
# Load the dataset
ds_train = MsDataset.load('wyj123456/GPTeacher', split='train', download_mode=DownloadMode.FORCE_REDOWNLOAD)
print(next(iter(ds_train)))
```
### Clone with HTTP
```bash
git clone https://www.modelscope.cn/datasets/wyj123456/GPTeacher.git
```
## 数据集描述
该数据集包含29013条由GPT-4生成的英文指令,涵盖通用指令(General-Instruct)、角色扮演指令(Roleplay-Instruct)、代码指令(Code-Instruct)以及Toolformer四类。
## 数据示例
{"instruction": "概述人类演化的完整历程", "input": "", "output": "人类演化始于数百万年前,人类、黑猩猩与大猩猩的共同祖先的出现。该过程历经多支不同物种分化并独立演化,其中部分分支最终演化为现代智人(Homo sapiens)。人类演化的关键里程碑包括:首批人科动物(类人灵长类)的出现、两足直立行走能力的形成,以及大脑容量的增长。随着时间推移,人科动物逐步发展出更先进的工具、沟通能力与社会结构。人类演化的时间线涵盖多个属类,如地猿属(Ardipithecus)、南方古猿属(Australopithecus)、傍人属(Paranthropus)以及人属(Homo)。值得关注的物种包括:始祖地猿(Ardipithecus ramidus)、南方古猿阿法种"露西"(Australopithecus afarensis 'Lucy')、能人(Homo habilis)、直立人(Homo erectus)、尼安德特人(Homo neanderthalensis),最终演化至现代智人。人类演化进程受迁徙、气候变化与基因突变等因素影响,最终造就了当今多样化的人类种群与文化形态。"}
### 数据集加载方式
python
from modelscope.msdatasets import MsDataset
from modelscope.utils.constant import DownloadMode
# 加载数据集
ds_train = MsDataset.load('wyj123456/GPTeacher', split='train', download_mode=DownloadMode.FORCE_REDOWNLOAD)
print(next(iter(ds_train)))
### HTTP克隆方式
bash
git clone https://www.modelscope.cn/datasets/wyj123456/GPTeacher.git
提供机构:
maas
创建时间:
2023-07-29



