We release OceanBench, which is part of the dataset for evaluating OceanGPT.
We provide the example and you can modify the input according to your needs.
from datasets import load_dataset
dataset = load_dataset("zjunlp/OceanBench")
Please cite the following paper if you use OceanBench in your work.
@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}
}
We release OceanBench, which is part of the dataset for evaluating OceanGPT.
We provide the example and you can modify the input according to your needs.
from datasets import load_dataset
dataset = load_dataset("zjunlp/OceanBench")
Please cite the following paper if you use OceanBench in your work.
@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}
}