Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,8 @@ datasets:
|
|
| 28 |
|
| 29 |
# Coder-GRPO-3B
|
| 30 |
|
|
|
|
|
|
|
| 31 |
**Developer:** `yasserrmd`
|
| 32 |
**Base model:** `Qwen/Qwen2.5-3B-Instruct`
|
| 33 |
**Objective:** Code reasoning & generation with short, correct programs and concise explanations.
|
|
@@ -40,7 +42,7 @@ This model was fine-tuned with **GRPO (Group Relative Policy Optimization)** usi
|
|
| 40 |
|
| 41 |
## Intended Use
|
| 42 |
|
| 43 |
-
* Code generation & refactoring
|
| 44 |
* Bug fixing with minimal diffs
|
| 45 |
* Explaining code clearly and concisely
|
| 46 |
* Writing tests & docstrings
|
|
|
|
| 28 |
|
| 29 |
# Coder-GRPO-3B
|
| 30 |
|
| 31 |
+
<img src="banner.png" width="800" />
|
| 32 |
+
|
| 33 |
**Developer:** `yasserrmd`
|
| 34 |
**Base model:** `Qwen/Qwen2.5-3B-Instruct`
|
| 35 |
**Objective:** Code reasoning & generation with short, correct programs and concise explanations.
|
|
|
|
| 42 |
|
| 43 |
## Intended Use
|
| 44 |
|
| 45 |
+
* Code generation & refactoring
|
| 46 |
* Bug fixing with minimal diffs
|
| 47 |
* Explaining code clearly and concisely
|
| 48 |
* Writing tests & docstrings
|