Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ tags:
|
|
19 |
- trl
|
20 |
---
|
21 |
|
|
|
|
|
22 |
# Bootes-Qwen3\_Coder-Reasoning
|
23 |
|
24 |
> Bootes-Qwen3\_Coder-Reasoning is a fine-tuned variant of the Qwen3-4B architecture, optimized for high-accuracy code reasoning and structured logical task completion. Trained on the CodeAlpaca\_20K dataset and additional curated programming corpora, this model is designed to perform technical coding, reasoning, and instruction-following tasks with lightweight computational requirements.
|
@@ -108,7 +110,7 @@ print(response)
|
|
108 |
* Occasionally over-justifies code when brevity is desired
|
109 |
|
110 |
## References
|
111 |
-
|
112 |
1. Qwen2.5 Technical Report – [https://arxiv.org/pdf/2412.15115](https://arxiv.org/pdf/2412.15115)
|
113 |
2. CodeAlpaca Dataset – [https://github.com/sahil280114/codealpaca](https://github.com/sahil280114/codealpaca)
|
114 |
3. YaRN: Context Window Extension for LLMs – [https://arxiv.org/pdf/2309.00071](https://arxiv.org/pdf/2309.00071)
|
|
|
19 |
- trl
|
20 |
---
|
21 |
|
22 |
+

|
23 |
+
|
24 |
# Bootes-Qwen3\_Coder-Reasoning
|
25 |
|
26 |
> Bootes-Qwen3\_Coder-Reasoning is a fine-tuned variant of the Qwen3-4B architecture, optimized for high-accuracy code reasoning and structured logical task completion. Trained on the CodeAlpaca\_20K dataset and additional curated programming corpora, this model is designed to perform technical coding, reasoning, and instruction-following tasks with lightweight computational requirements.
|
|
|
110 |
* Occasionally over-justifies code when brevity is desired
|
111 |
|
112 |
## References
|
113 |
+
|
114 |
1. Qwen2.5 Technical Report – [https://arxiv.org/pdf/2412.15115](https://arxiv.org/pdf/2412.15115)
|
115 |
2. CodeAlpaca Dataset – [https://github.com/sahil280114/codealpaca](https://github.com/sahil280114/codealpaca)
|
116 |
3. YaRN: Context Window Extension for LLMs – [https://arxiv.org/pdf/2309.00071](https://arxiv.org/pdf/2309.00071)
|