Update README.md
Browse files
README.md
CHANGED
@@ -119,8 +119,7 @@ tokenizer = AutoTokenizer.from_pretrained("unsloth/Qwen3-1.7B")
|
|
119 |
base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-1.7B")
|
120 |
model = PeftModel.from_pretrained(base_model, "khazarai/Personal-Finance-R1")
|
121 |
|
122 |
-
question =
|
123 |
-
"""
|
124 |
$19k for a coding bootcamp
|
125 |
|
126 |
Hi!
|
|
|
119 |
base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-1.7B")
|
120 |
model = PeftModel.from_pretrained(base_model, "khazarai/Personal-Finance-R1")
|
121 |
|
122 |
+
question ="""
|
|
|
123 |
$19k for a coding bootcamp
|
124 |
|
125 |
Hi!
|