Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,18 @@ base_model = AutoModelForCausalLM.from_pretrained(
|
|
81 |
model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen3-1.7B-finance-reasoning")
|
82 |
|
83 |
|
84 |
-
question =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
messages = [
|
87 |
{"role" : "user", "content" : question}
|
|
|
81 |
model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen3-1.7B-finance-reasoning")
|
82 |
|
83 |
|
84 |
+
question =
|
85 |
+
"""
|
86 |
+
$19k for a coding bootcamp
|
87 |
+
|
88 |
+
Hi!
|
89 |
+
|
90 |
+
I was just accepted into the full-time software engineering program with Flatiron and have approx. $0 to my name.
|
91 |
+
I know I can get a loan with either Climb or accent with around 6.50% interest, is this a good option?
|
92 |
+
I would theoretically be paying near $600/month.
|
93 |
+
|
94 |
+
I really enjoy coding and would love to start a career in tech but the potential $19k price tag is pretty scary. Any advice?
|
95 |
+
"""
|
96 |
|
97 |
messages = [
|
98 |
{"role" : "user", "content" : question}
|