apepkuss79 commited on
Commit
75ab369
·
verified ·
1 Parent(s): 3f1bdec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-Coder-30B-A3B-Instruct
3
+ license: apache-2.0
4
+ license_link: https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct/blob/main/LICENSE
5
+ model_creator: Qwen
6
+ model_name: Qwen3-Coder-30B-A3B-Instruct
7
+ quantized_by: Second State Inc.
8
+ pipeline_tag: text-generation
9
+ library_name: transformers
10
+ ---
11
+
12
+ # Qwen3-Coder-30B-A3B-Instruct-GGUF
13
+
14
+ ## Original Model
15
+
16
+ [Qwen/Qwen3-Coder-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct)
17
+
18
+ ## Run with Gaianet
19
+
20
+ **Prompt template**
21
+
22
+ prompt template:
23
+
24
+ - `chatml`
25
+
26
+ **Context size**
27
+
28
+ chat_ctx_size: `256000`
29
+
30
+ **Run with GaiaNet**
31
+
32
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
33
+
34
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
35
+
36
+ *Quantized with llama.cpp b6031*