Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,8 @@ This variant features a **32,768 token context window**, optimized for processin
|
|
| 39 |
- **Code Generation:** Writing and debugging algorithms.
|
| 40 |
- **Structured Data Extraction:** Parsing and reasoning over unstructured text.
|
| 41 |
|
| 42 |
-
> **Note:** This is a
|
|
|
|
| 43 |
|
| 44 |
---
|
| 45 |
|
|
@@ -68,9 +69,9 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 68 |
|
| 69 |
## 🏗️ Technical Summary
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
-
|
| 74 |
|
| 75 |
---
|
| 76 |
|
|
|
|
| 39 |
- **Code Generation:** Writing and debugging algorithms.
|
| 40 |
- **Structured Data Extraction:** Parsing and reasoning over unstructured text.
|
| 41 |
|
| 42 |
+
> **Note:** This is a post-trained reasoning variant intended for evaluation and experimentation.
|
| 43 |
+
> It is not production-validated and is not optimized for open-ended conversational chat.
|
| 44 |
|
| 45 |
---
|
| 46 |
|
|
|
|
| 69 |
|
| 70 |
## 🏗️ Technical Summary
|
| 71 |
|
| 72 |
+
This model has undergone post-training to enhance reasoning behavior and robustness under agentic workloads.
|
| 73 |
|
| 74 |
+
Detailed post-training recipes and dataset compositions are not fully disclosed.
|
| 75 |
|
| 76 |
---
|
| 77 |
|