Osaurus-AI commited on
Commit
3a0073e
·
verified ·
1 Parent(s): 85f6e94

Upload jang_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. jang_config.json +25 -0
jang_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 2,
3
+ "weight_format": "mxfp4",
4
+ "profile": "MXFP4",
5
+ "source_model": {
6
+ "name": "Ling-2.6-flash",
7
+ "org": "inclusionAI",
8
+ "architecture": "bailing_hybrid"
9
+ },
10
+ "quantization": {
11
+ "method": "affine",
12
+ "group_size": 32,
13
+ "bits": 4
14
+ },
15
+ "capabilities": {
16
+ "reasoning_parser": "deepseek_r1",
17
+ "tool_parser": "deepseek",
18
+ "think_in_template": false,
19
+ "supports_tools": true,
20
+ "supports_thinking": true,
21
+ "family": "bailing_hybrid",
22
+ "modality": "text",
23
+ "cache_type": "hybrid"
24
+ }
25
+ }