Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,10 @@ pipeline_tag: text-generation
|
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
| 12 |
- text-generation-inference
|
| 13 |
-
- math
|
| 14 |
- code
|
| 15 |
- synlogic
|
| 16 |
- moe
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |

|
|
@@ -102,4 +102,4 @@ print(response)
|
|
| 102 |
Inherits any limitations from Qwen3-1.7B's base architecture and potential biases from pretraining data.
|
| 103 |
|
| 104 |
5. **Context Window Limitations**:
|
| 105 |
-
May face challenges with very long reasoning chains that exceed the model's context window capacity.
|
|
|
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
| 12 |
- text-generation-inference
|
|
|
|
| 13 |
- code
|
| 14 |
- synlogic
|
| 15 |
- moe
|
| 16 |
+
- math
|
| 17 |
---
|
| 18 |
|
| 19 |

|
|
|
|
| 102 |
Inherits any limitations from Qwen3-1.7B's base architecture and potential biases from pretraining data.
|
| 103 |
|
| 104 |
5. **Context Window Limitations**:
|
| 105 |
+
May face challenges with very long reasoning chains that exceed the model's context window capacity.
|