Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
|
@@ -10,15 +11,19 @@ tags:
|
|
| 10 |
- safetensors
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
-
|
| 21 |
-
Este repositório segue a licença do modelo original: **Apache-2.0**.
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen3-14B
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
library_name: transformers
|
| 7 |
tags:
|
|
|
|
| 11 |
- safetensors
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<p align="center">
|
| 15 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/685ea8ff7b4139b6845ce395/YF0kEDYMGJhcM3Lbl2EOD.png" alt="logo" width="250">
|
| 16 |
+
</p>
|
| 17 |
|
| 18 |
+
<p align="center"><b>A powerful 14B coding model designed for competitive programming.</b></p>
|
| 19 |
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
This is a coding model based on Qwen3-14B for competitive programming.
|
| 23 |
+
On LiveCodeBench v6 (08/01/2024 - 05/01/2025), we achieve a Pass@1 accuracy of **67.87%**, up **7.08%** from the baseline Pass@1 accuracy of **60.79%** of Qwen3-14B.
|
| 24 |
+
We trained on **24k verifiable coding problems** using **48 B200 GPUs** over the course of four days.
|
| 25 |
|
| 26 |
+
---
|
|
|
|
| 27 |
|
| 28 |
+

|
| 29 |
+

|