OceanInstruct
收藏魔搭社区2025-04-15 更新2024-08-31 收录
下载链接:
https://modelscope.cn/datasets/ZJUNLP/OceanInstruct
下载链接
链接失效反馈官方服务:
资源简介:
We release OceanInstruct, which is part of the instruction data for training [OceanGPT](https://github.com/zjunlp/OceanGPT).
## 🛠️ How to use OceanInstruct
We provide the example and you can modify the input according to your needs.
```python
from datasets import load_dataset
dataset = load_dataset("zjunlp/OceanInstruct")
```
### 🚩Citation
Please cite the following paper if you use OceanInstruct in your work.
```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}
}
```
我们发布了OceanInstruct数据集,其为用于训练OceanGPT(https://github.com/zjunlp/OceanGPT)的指令数据集之一。
## 🛠️ OceanInstruct 使用指南
我们提供了示例代码,您可根据自身需求修改输入内容。
python
from datasets import load_dataset
dataset = load_dataset("zjunlp/OceanInstruct")
### 🚩 引用规范
若您在科研工作中使用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}
}
提供机构:
maas
创建时间:
2024-07-05



