Update README.md
Browse files
README.md
CHANGED
|
@@ -141,7 +141,7 @@ The model will then generate tool calls within `<tool_call> {tool_call} </tool_c
|
|
| 141 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 142 |
import torch
|
| 143 |
|
| 144 |
-
model_id = "NousResearch/Hermes-4-Llama-3.1-
|
| 145 |
|
| 146 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 147 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 141 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 142 |
import torch
|
| 143 |
|
| 144 |
+
model_id = "NousResearch/Hermes-4-Llama-3.1-70B"
|
| 145 |
|
| 146 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 147 |
model = AutoModelForCausalLM.from_pretrained(
|