Text Generation
Safetensors
English
Chinese
qwen3
ocean
text-generation-inference
oceangpt
conversational
Instructions to use zjunlp/OceanGPT-basic-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|> | |
| {{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|> | |
| Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|> | |
| {{ end }}{{ end }}""" | |
| PARAMETER stop "<|endoftext|>" | |
| PARAMETER num_ctx 4096 | |