Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-generation-inference
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Uploaded finetuned model
|
| 14 |
|
| 15 |
- **Developed by:** khtsly
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
base_model: Qwen/Qwen3.5-9B
|
| 7 |
tags:
|
| 8 |
- text-generation-inference
|
| 9 |
- transformers
|
| 10 |
- unsloth
|
| 11 |
+
- qwen
|
| 12 |
+
- qwen3.5
|
| 13 |
+
- reasoning
|
| 14 |
+
- chain-of-thought
|
| 15 |
+
- lora
|
| 16 |
+
- luau
|
| 17 |
+
- roblox
|
| 18 |
+
pipeline_tag: image-text-to-text
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# Mini-Coder-v2
|
| 22 |
+
|
| 23 |
+
Mini-Coder-v2 is build on top of upscaled Qwen3.5-9B model with Continual Pretraining (CPT), we feed ~34k high-quality curated luau raw codes to improves the luau coding tasks capability.
|
| 24 |
+
This model present a upscaled of Qwen3.5-9B from only 32 layers to 56 layers for a deeper reasoning capability! This model parameters is 15.07B with Vision, 14.67B without Vision.
|
| 25 |
+
|
| 26 |
# Uploaded finetuned model
|
| 27 |
|
| 28 |
- **Developed by:** khtsly
|