Update README.md
Browse files
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/
|
| 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 |
|