zjunlp / OceanGPT-basic-7B-v0.3

huggingface.co
Total runs: 13
24-hour runs: 0
7-day runs: 0
30-day runs: 7
Model's Last Updated: May 13 2025
text-generation

Introduction of OceanGPT-basic-7B-v0.3

Model Details of OceanGPT-basic-7B-v0.3

OceanGPT(沧渊): A Large Language Model for Ocean Science Tasks

Project Paper Models Web Quickstart Citation

OceanGPT-basic is based on Qwen2.5 and has been trained on an English and Chinese dataset in the ocean domain ( recent update 20250506 ).

Please note that the models and data in this repository are updated regularly to fix errors. The latest update date will be added to the README for your reference.

  • We will continue to update.
  • Disclaimer: This project is purely an academic exploration rather than a product. Please be aware that due to the inherent limitations of large language models, there may be issues such as hallucinations.
⏩Quickstart
Download the model

Download the model: zjunlp/OceanGPT-basic-7B

git lfs install
git clone https://huggingface.co/zjunlp/OceanGPT-basic-7B

or

huggingface-cli download --resume-download zjunlp/OceanGPT-basic-7B --local-dir OceanGPT-basic-7B --local-dir-use-symlinks False
Inference
from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "zjunlp/OceanGPT-basic-7B"
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    torch_dtype="auto",
    device_map="auto"
)
tokenizer = AutoTokenizer.from_pretrained(model_name)

question = "<Your Question>"
messages = [
    {"role": "user", "content": question}
]

text = tokenizer.apply_chat_template(
    messages,
    tokenize=False,
    add_generation_prompt=True
)

model_inputs = tokenizer([text], return_tensors="pt").to(model.device)

generated_ids = model.generate(
    **model_inputs,
    max_new_tokens=4096
)
generated_ids = [
    output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
]

response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]

print(response)
🌻Acknowledgement

OceanGPT (沧渊) is trained based on the open-sourced large language models including Qwen , MiniCPM , LLaMA .

OceanGPT is trained based on the open-sourced data and tools including Moos , UATD , Forward-looking Sonar Detection Dataset , NKSID , SeabedObjects-KLSG , Marine Debris .

Thanks for their great contributions!

Limitations
  • The model may have hallucination issues.

  • Due to limited computational resources, OceanGPT-o currently only supports natural language generation for certain types of sonar images and ocean science images.

  • We did not optimize the identity and the model may generate identity information similar to that of Qwen/MiniCPM/LLaMA/GPT series models.

  • The model's output is influenced by prompt tokens, which may result in inconsistent results across multiple attempts.

  • The model requires the inclusion of specific simulator code instructions for training in order to possess simulated embodied intelligence capabilities (the simulator is subject to copyright restrictions and cannot be made available for now), and its current capabilities are quite limited.

🚩Citation

Please cite the following paper if you use OceanGPT 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}
}

Runs of zjunlp OceanGPT-basic-7B-v0.3 on huggingface.co

13
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
7
30-day runs

More Information About OceanGPT-basic-7B-v0.3 huggingface.co Model

More OceanGPT-basic-7B-v0.3 license Visit here:

https://choosealicense.com/licenses/mit

OceanGPT-basic-7B-v0.3 huggingface.co

OceanGPT-basic-7B-v0.3 huggingface.co is an AI model on huggingface.co that provides OceanGPT-basic-7B-v0.3's model effect (), which can be used instantly with this zjunlp OceanGPT-basic-7B-v0.3 model. huggingface.co supports a free trial of the OceanGPT-basic-7B-v0.3 model, and also provides paid use of the OceanGPT-basic-7B-v0.3. Support call OceanGPT-basic-7B-v0.3 model through api, including Node.js, Python, http.

OceanGPT-basic-7B-v0.3 huggingface.co Url

https://huggingface.co/zjunlp/OceanGPT-basic-7B-v0.3

zjunlp OceanGPT-basic-7B-v0.3 online free

OceanGPT-basic-7B-v0.3 huggingface.co is an online trial and call api platform, which integrates OceanGPT-basic-7B-v0.3's modeling effects, including api services, and provides a free online trial of OceanGPT-basic-7B-v0.3, you can try OceanGPT-basic-7B-v0.3 online for free by clicking the link below.

zjunlp OceanGPT-basic-7B-v0.3 online free url in huggingface.co:

https://huggingface.co/zjunlp/OceanGPT-basic-7B-v0.3

OceanGPT-basic-7B-v0.3 install

OceanGPT-basic-7B-v0.3 is an open source model from GitHub that offers a free installation service, and any user can find OceanGPT-basic-7B-v0.3 on GitHub to install. At the same time, huggingface.co provides the effect of OceanGPT-basic-7B-v0.3 install, users can directly use OceanGPT-basic-7B-v0.3 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

OceanGPT-basic-7B-v0.3 install url in huggingface.co:

https://huggingface.co/zjunlp/OceanGPT-basic-7B-v0.3

Url of OceanGPT-basic-7B-v0.3

OceanGPT-basic-7B-v0.3 huggingface.co Url

Provider of OceanGPT-basic-7B-v0.3 huggingface.co

zjunlp
ORGANIZATIONS

Other API from zjunlp

huggingface.co

Total runs: 1.1K
Run Growth: 363
Growth Rate: 33.21%
Updated:March 04 2024
huggingface.co

Total runs: 589
Run Growth: -601
Growth Rate: -102.04%
Updated:March 04 2024
huggingface.co

Total runs: 36
Run Growth: -50
Growth Rate: -138.89%
Updated:May 06 2024
huggingface.co

Total runs: 16
Run Growth: -14
Growth Rate: -87.50%
Updated:March 21 2023
huggingface.co

Total runs: 11
Run Growth: 0
Growth Rate: 0.00%
Updated:October 01 2025
huggingface.co

Total runs: 10
Run Growth: 3
Growth Rate: 30.00%
Updated:October 01 2025
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:July 28 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 22 2022
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 07 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 09 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 10 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 17 2023