analogllm commited on
Commit
9cd551b
·
verified ·
1 Parent(s): b2a0bc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/AnalogSeeker_2025_07_10_3"
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(