MassivDash commited on
Commit
02b5490
·
verified ·
1 Parent(s): a0a4604

Add README

Browse files
Files changed (1) hide show
  1. README.md +10 -31
README.md CHANGED
@@ -4,39 +4,18 @@ tags:
4
  - llama.cpp
5
  - unsloth
6
  - vision-language-model
7
- - qwen
8
- - typescript
9
  ---
10
 
11
- # Qwen3.5-4B-TypeScript-Coder : GGUF
12
 
13
- This model is a high-performance fine-tune of **Qwen 3.5 4B**, specifically optimized for **TypeScript development**, architectural reasoning, and full-stack engineering. Fine-tuned using **Unsloth Studio**, it leverages Qwen 3.5's native multimodal foundation to provide industry-leading code generation and visual-to-code capabilities.
14
-
15
- ## 🚀 Key Features
16
- * **TypeScript Specialization:** Deeply tuned for strict type safety, Generics, and modern frameworks like React, Next.js, and Node.js.
17
- * **Visual-to-Code:** Capable of understanding UI screenshots and system diagrams to generate clean, type-safe logic.
18
- * **Optimized Inference:** Converted to GGUF for low-latency performance on local hardware.
19
-
20
- ## 🤝 Dataset Credits
21
- This model was trained using the **[typescript-instruct-20k](https://huggingface.co/datasets/mhhmm/typescript-instruct-20k)** dataset by **mhhmm**. This high-quality data allows the model to handle everything from simple scripts to enterprise-level refactoring.
22
-
23
- ## 📂 Model Files & Inference
24
- Compatible with `llama.cpp` and other GGUF-supported runners.
25
-
26
- * **High-Precision:** `qwen3.5-4b-typescript.Q8_0.gguf`
27
- * **Vision Projector:** `qwen3.5-4b-typescript.BF16-mmproj.gguf`
28
 
29
  **Example usage**:
30
- * **CLI Chat:** `llama-cli -hf MassivDash/qwen3.5-4B-typescript-coder --jinja`
31
- * **Vision Tasks:** `llama-mtmd-cli -hf MassivDash/qwen3.5-4B-typescript-coder --jinja`
32
-
33
- ## ⚠️ Ollama Integration
34
- To use this multimodal model in Ollama:
35
- 1. Create a `Modelfile` in your local directory.
36
- 2. Run: `ollama create qwen-ts-coder -f ./Modelfile`
37
-
38
- ## 🔗 Resources
39
- * **Author Blog:** Find more tutorials at [spaceout.pl](https://spaceout.pl)
40
- * **Training:** This model was trained **2x faster** with [Unsloth](https://github.com/unslothai/unsloth).
41
-
42
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)g
 
4
  - llama.cpp
5
  - unsloth
6
  - vision-language-model
 
 
7
  ---
8
 
9
+ # qwen3.5-4B-typescript-coder : 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 MassivDash/qwen3.5-4B-typescript-coder --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf MassivDash/qwen3.5-4B-typescript-coder --jinja`
16
+
17
+ ## Available Model files:
18
+ - `Qwen3.5-4B.Q5_K_M.gguf`
19
+ - `Qwen3.5-4B.BF16-mmproj.gguf`
20
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)