1wtw1 commited on
Commit
b257afb
·
verified ·
1 Parent(s): 43a7263

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ huggingface-cli download --resume-download zjunlp/OceanGPT-basic-4B-Thinking --l
56
  ```python
57
  from transformers import AutoModelForCausalLM, AutoTokenizer
58
 
59
- model_name = "Qwen/Qwen3-4B-Thinking-2507"
60
 
61
  # load the tokenizer and the model
62
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
56
  ```python
57
  from transformers import AutoModelForCausalLM, AutoTokenizer
58
 
59
+ model_name = "zjunlp/OceanGPT-basic-4B-Thinking"
60
 
61
  # load the tokenizer and the model
62
  tokenizer = AutoTokenizer.from_pretrained(model_name)