Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,17 @@ language:
|
|
| 7 |
base_model:
|
| 8 |
- Qwen/Qwen2.5-Coder-7B-Instruct
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
base_model:
|
| 8 |
- Qwen/Qwen2.5-Coder-7B-Instruct
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for SmedLM-Coder-7B (Change to correct name)
|
| 13 |
+
|
| 14 |
+
SmedLM-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 decontaminate 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
|