Update README.md
Browse files
README.md
CHANGED
|
@@ -102,7 +102,7 @@ import torch
|
|
| 102 |
from peft import PeftModel
|
| 103 |
|
| 104 |
base = "unsloth/qwen2.5-0.5b-unsloth-bnb-4bit"
|
| 105 |
-
adapter = "
|
| 106 |
|
| 107 |
tokenizer = AutoTokenizer.from_pretrained(base)
|
| 108 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 102 |
from peft import PeftModel
|
| 103 |
|
| 104 |
base = "unsloth/qwen2.5-0.5b-unsloth-bnb-4bit"
|
| 105 |
+
adapter = "black279/Qwen_LeetCoder"
|
| 106 |
|
| 107 |
tokenizer = AutoTokenizer.from_pretrained(base)
|
| 108 |
model = AutoModelForCausalLM.from_pretrained(
|