OceanInstruct
收藏资源简介:
OceanInstruct是用于训练OceanGPT的一部分指令数据,支持中英文,标签为'Ocean',名称是'OceanBench',大小在1K到10K之间。该数据集旨在为海洋科学任务提供语言模型训练数据。
OceanInstruct is a portion of instruction data developed for training OceanGPT. It supports both Chinese and English, bears the tag "Ocean", is officially named "OceanBench", and has a scale ranging from 1,000 to 10,000. This dataset aims to provide language model training data for marine science tasks.
OceanBench 数据集概述
基本信息
- 许可证: MIT
- 语言: 英语, 中文
- 标签: Ocean
- 名称: OceanBench
- 大小: 1K<n<10K
使用方法
数据集可以通过 datasets 库加载:
python
from datasets import load_dataset
dataset = load_dataset("zjunlp/OceanInstruct")
引用
使用该数据集时,请引用以下论文: bibtex @article{bi2023oceangpt, title={OceanGPT: A Large Language Model for Ocean Science Tasks}, author={Bi, Zhen and Zhang, Ningyu and Xue, Yida and Ou, Yixin and Ji, Daxiong and Zheng, Guozhou and Chen, Huajun}, journal={arXiv preprint arXiv:2310.02031}, year={2023} }




