DedeProGames commited on
Commit
69cf8c2
·
verified ·
1 Parent(s): 681e360

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
- base_model: NousResearch/NousCoder-14B
 
4
  pipeline_tag: text-generation
5
  library_name: transformers
6
  tags:
@@ -10,15 +11,19 @@ tags:
10
  - safetensors
11
  ---
12
 
13
- # GRM-Coder-14b
 
 
14
 
15
- Espelho / republicação de `NousResearch/NousCoder-14B` em `OrionLLM/GRM-Coder-14b`.
16
 
17
- ## Origem
18
- - Modelo original: `NousResearch/NousCoder-14B`
 
 
 
19
 
20
- ## Licença
21
- Este repositório segue a licença do modelo original: **Apache-2.0**.
22
 
23
- ## Observação
24
- Os pesos foram espelhados para este repositório com preservação de atribuição ao modelo original.
 
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
+ ![test](./lcb_score_vs_step.png)
29
+ ![test](./performance_params_ratio.png)