xyd123 commited on
Commit
0a46426
1 Parent(s): 8edaba0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ model = AutoModelForCausalLM.from_pretrained(
31
  torch_dtype="auto",
32
  device_map="auto"
33
  )
34
- tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen1.5-14B-Chat")
35
 
36
  prompt = "Which is the largest ocean in the world?"
37
  messages = [
 
31
  torch_dtype="auto",
32
  device_map="auto"
33
  )
34
+ tokenizer = AutoTokenizer.from_pretrained("zjunlp/OceanGPT-14B-v0.1")
35
 
36
  prompt = "Which is the largest ocean in the world?"
37
  messages = [