Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,17 @@ base_model:
|
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
|
12 |
-
# Model Card for
|
13 |
|
14 |
-
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
-
- **Model type:** A 7B parameter model fine-tuned on a
|
19 |
- **Language(s) (NLP):** Primarily English
|
20 |
- **License:** MIT
|
21 |
- **Finetuned from model:** [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
|
22 |
|
23 |
-
## Performance
|
|
|
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
|
12 |
+
# Model Card for NormolLM-Coder-7B (Change to correct name)
|
13 |
|
14 |
+
NormolLM-Coder-7B is a medium sized coding model, that achieves strong performance on benchmarks such as Live Code Bench and the new IOI benchmark.
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
+
- **Model type:** A 7B parameter model fine-tuned on a decontaminated version of the codeforces dataset.
|
19 |
- **Language(s) (NLP):** Primarily English
|
20 |
- **License:** MIT
|
21 |
- **Finetuned from model:** [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
|
22 |
|
23 |
+
## Performance
|
24 |
+
| Model | Size | LCB | IOI |
|
25 |
+
|NormolLM-Coder-7B| 7B| 123 | 456 |
|