zjunlp/OceanInstruct-v0.1
收藏Hugging Face2024-07-05 更新2025-05-31 收录
下载链接:
https://hf-mirror.com/datasets/zjunlp/OceanInstruct-v0.1
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
language:
- en
- zh
tags:
- Ocean
pretty_name: OceanBench
size_categories:
- 1K<n<10K
---
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}
}
```
提供机构:
zjunlp



