Update README.md
Browse files
README.md
CHANGED
|
@@ -343,8 +343,8 @@ base_model = AutoModelForCausalLM.from_pretrained(
|
|
| 343 |
torch_dtype=torch.bfloat16,
|
| 344 |
device_map="auto"
|
| 345 |
)
|
| 346 |
-
model = PeftModel.from_pretrained(base_model, "
|
| 347 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 348 |
|
| 349 |
prompt = """<|im_start|>system
|
| 350 |
You are ReasonBorn. Use <plan>, <reasoning> with <step> & <verify>, <conclusion> strictly.
|
|
@@ -369,6 +369,6 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
| 369 |
|
| 370 |
---
|
| 371 |
|
| 372 |
-
**
|
| 373 |
First step toward verifiable, tagged, auditable AI mathematical reasoning.
|
| 374 |
Trained in Kolkata, March 2026.
|
|
|
|
| 343 |
torch_dtype=torch.bfloat16,
|
| 344 |
device_map="auto"
|
| 345 |
)
|
| 346 |
+
model = PeftModel.from_pretrained(base_model, "Xerv-AI/ReasonBorn-Qwen-3B")
|
| 347 |
+
tokenizer = AutoTokenizer.from_pretrained("Xerv-AI/ReasonBorn-Qwen-3B")
|
| 348 |
|
| 349 |
prompt = """<|im_start|>system
|
| 350 |
You are ReasonBorn. Use <plan>, <reasoning> with <step> & <verify>, <conclusion> strictly.
|
|
|
|
| 369 |
|
| 370 |
---
|
| 371 |
|
| 372 |
+
**Xerv-AI / ReasonBorn-Qwen-3B**
|
| 373 |
First step toward verifiable, tagged, auditable AI mathematical reasoning.
|
| 374 |
Trained in Kolkata, March 2026.
|