khtsly commited on
Commit
f108e29
·
verified ·
1 Parent(s): e6c39d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -14
README.md CHANGED
@@ -1,22 +1,42 @@
1
  ---
 
 
 
 
 
 
 
 
2
  tags:
3
- - gguf
4
- - llama.cpp
5
  - unsloth
6
- - vision-language-model
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
- # Mini-Coder-v2-GGUF : GGUF
10
 
11
- This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
- **Example usage**:
14
- - For text only LLMs: `llama-cli -hf khtsly/Mini-Coder-v2-GGUF --jinja`
15
- - For multimodal models: `llama-mtmd-cli -hf khtsly/Mini-Coder-v2-GGUF --jinja`
16
 
17
- ## Available Model files:
18
- - `Mini-Coder-v2.Q6_K.gguf`
19
- - `Mini-Coder-v2.Q8_0.gguf`
20
- - `Mini-Coder-v2.BF16-mmproj.gguf`
21
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ base_model:
7
+ - khtsly/Mini-Coder-v2-noft
8
+ - Qwen/Qwen3.5-9B
9
+ - Qwen/Qwen3.5-9B-Base
10
  tags:
11
+ - text-generation-inference
12
+ - transformers
13
  - unsloth
14
+ - qwen
15
+ - qwen3.5
16
+ - reasoning
17
+ - chain-of-thought
18
+ - lora
19
+ - luau
20
+ - roblox
21
+ pipeline_tag: image-text-to-text
22
+ datasets:
23
+ - khtsly/luau-stack-hq
24
+ - khtsly/luau-repo-docs-text
25
+ - Pinkstack/luaucoder-instructions-v3-SFT
26
  ---
27
 
28
+ # Mini-Coder-v2 (15B)
29
 
30
+ Mini-Coder-v2 is build on top of upscaled & merged of Qwen3.5-9B + Qwen3.5-9B-Base model with Continual Pretraining (CPT), we feed ~36.63k high-quality curated luau raw codes & docs text to improves the luau coding tasks & knowledges capability.
31
 
32
+ 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.60B without Vision.
 
 
33
 
34
+ # Uploaded finetuned model
35
+
36
+ - **Developed by:** khtsly
37
+ - **License:** apache-2.0
38
+ - **Finetuned from model :** khtsly/Mini-Coder-v2-noft
39
+
40
+ This qwen3_5 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
41
+
42
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)