Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,7 @@ language:
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Model details
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Model details
|
| 12 |
+
This model is fine-tuned from Qwen3-4B-Instruct using a custom reinforcement learning (RL) framework that rewards the model for producing solutions passing automated test cases — similar to the process of programming task evaluation on LeetCode.
|
| 13 |
+
|
| 14 |
+
Instead of relying on labeled ground truth answers, the model learns through test-case-based rewards, promoting generalization and reasoning ability in algorithmic problem-solving.
|
| 15 |
+
|