File size: 776 Bytes
74b42e8
469ec4d
74b42e8
 
 
 
 
 
fa508a8
74b42e8
 
469ec4d
0924888
 
8963dab
 
 
 
 
0924888
 
fa508a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
base_model: Qwen/Qwen3-4B-Instruct-2507
tags:
- transformers
- qwen3
license: apache-2.0
language:
- en
library_name: transformers
---

## Model details
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.

<p align="center">
  <img src="https://cdn-uploads.huggingface.co/production/uploads/65905af887944e494e37e09a/s4drmYGEYWZyt2ZUkxIpI.png" width="300">
</p>


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.

> This is an experimental model