plaguss HF staff commited on
Commit
6f6d8fd
1 Parent(s): 839a756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ def parse_response(text: str) -> str | dict[str, any]:
86
  return text
87
 
88
 
89
- model_name_llama = "plaguss/Llama-3.2-1B-Instruct-v2-FC"
90
  model = AutoModelForCausalLM.from_pretrained(model_name_llama, device_map="auto", torch_dtype="auto", trust_remote_code=True)
91
  tokenizer = AutoTokenizer.from_pretrained(model_name_llama)
92
 
 
86
  return text
87
 
88
 
89
+ model_name_llama = "argilla-warehouse/Llama-3.2-1B-Instruct-v2-FC"
90
  model = AutoModelForCausalLM.from_pretrained(model_name_llama, device_map="auto", torch_dtype="auto", trust_remote_code=True)
91
  tokenizer = AutoTokenizer.from_pretrained(model_name_llama)
92