Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ You can use this model with the Hugging Face `transformers` library:
|
|
| 33 |
import torch
|
| 34 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
| 35 |
|
| 36 |
-
model_id = "analogllm/
|
| 37 |
|
| 38 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 39 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 33 |
import torch
|
| 34 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
| 35 |
|
| 36 |
+
model_id = "analogllm/analog_model"
|
| 37 |
|
| 38 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 39 |
model = AutoModelForCausalLM.from_pretrained(
|