Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags: []
|
|
| 10 |
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
-
We utilized the "Qwen/Qwen2.5-Coder-1.5B-Instruct" model and further pretrained it on the CodeNet dataset, a large-scale collection of code samples across multiple programming languages. This dataset provides diverse problem-solving examples from competitive programming platforms, covering more than 50 programming languages and millions of code submissions. By pretraining on CodeNet, we aimed to enhance the model's understanding of programming patterns, syntax, and multi-language coding semantics.
|
| 14 |
|
| 15 |
### Model Description
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
+
We utilized the "Qwen/Qwen2.5-Coder-1.5B-Instruct" model and further pretrained it on the CodeNet dataset (https://huggingface.co/datasets/systemk/codenet), a large-scale collection of code samples across multiple programming languages. This dataset provides diverse problem-solving examples from competitive programming platforms, covering more than 50 programming languages and millions of code submissions. By pretraining on CodeNet, we aimed to enhance the model's understanding of programming patterns, syntax, and multi-language coding semantics.
|
| 14 |
|
| 15 |
### Model Description
|
| 16 |
|