Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
|
|
61 |
device_map={"": 0}, token=""
|
62 |
)
|
63 |
|
64 |
-
model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen3-0.6B-turkish-math-reasoning-
|
65 |
|
66 |
|
67 |
question = """
|
|
|
61 |
device_map={"": 0}, token=""
|
62 |
)
|
63 |
|
64 |
+
model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen3-0.6B-turkish-math-reasoning-80K")
|
65 |
|
66 |
|
67 |
question = """
|