zackli4ai commited on
Commit
2b5c2f0
1 Parent(s): c9bf9a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ model = AutoModelForCausalLM.from_pretrained(
60
  torch_dtype=torch.bfloat16,
61
  trust_remote_code=True
62
  )
63
- tokenizer = AutoTokenizer.from_pretrained("NexaAIDev/octopus-v4-finetuned-v1")
64
 
65
  question = "Tell me the result of derivative of x^3 when x is 2?"
66
 
 
60
  torch_dtype=torch.bfloat16,
61
  trust_remote_code=True
62
  )
63
+ tokenizer = AutoTokenizer.from_pretrained("NexaAIDev/Octopus-v4")
64
 
65
  question = "Tell me the result of derivative of x^3 when x is 2?"
66