Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
|
|
32 |
|
33 |
|
34 |
model_id = "Qwen/Qwen2.5-1.5B-Instruct"
|
35 |
-
lora_adapter_id = "r1char9/Oblivion2.5-1.5B-
|
36 |
device = 'cuda'
|
37 |
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
|
|
32 |
|
33 |
|
34 |
model_id = "Qwen/Qwen2.5-1.5B-Instruct"
|
35 |
+
lora_adapter_id = "r1char9/Oblivion2.5-1.5B-Instruct-v1"
|
36 |
device = 'cuda'
|
37 |
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|