prawinrk commited on
Commit
57effce
·
verified ·
1 Parent(s): 7175f70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # VCoder
3
+
4
+ VCoder is a Python code generation model fine-tuned from Qwen2.5-Coder-3B-Instruct.
5
+
6
+ ## Base Model
7
+ Qwen2.5-Coder-3B-Instruct
8
+
9
+ ## Training
10
+
11
+ - Framework: Unsloth
12
+ - Dataset: Python Code Instructions 18K
13
+ - Samples Used: 15,000
14
+ - GPU: Tesla T4
15
+ - LoRA Rank: 8
16
+
17
+ ## Quantization
18
+
19
+ Q8_0 GGUF
20
+
21
+ ## Usage
22
+
23
+ Compatible with:
24
+ - Ollama
25
+ - llama.cpp
26
+ - LM Studio
27
+ - Open WebUI