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