Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- GLM45-NoThink-SillyTavern-Preset.json +163 -0
- README.md +653 -233
- chat_template.jinja +103 -0
- config.json +51 -0
- generation_config.json +11 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +0 -0
- quantization_config.json +3 -0
- special_tokens_map.json +40 -0
- tokenizer.json +3 -0
- tokenizer_config.json +325 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
quantization_config.json filter=lfs diff=lfs merge=lfs -text
|
GLM45-NoThink-SillyTavern-Preset.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"instruct": {
|
| 3 |
+
"input_sequence": "<|user|>\n",
|
| 4 |
+
"output_sequence": "<|assistant|>\n<think></think>\n",
|
| 5 |
+
"last_output_sequence": "",
|
| 6 |
+
"system_sequence": "<|system|>\n",
|
| 7 |
+
"stop_sequence": "<|user|>",
|
| 8 |
+
"wrap": false,
|
| 9 |
+
"macro": true,
|
| 10 |
+
"activation_regex": "",
|
| 11 |
+
"first_output_sequence": "",
|
| 12 |
+
"skip_examples": false,
|
| 13 |
+
"output_suffix": "",
|
| 14 |
+
"input_suffix": "/nothink",
|
| 15 |
+
"system_suffix": "",
|
| 16 |
+
"user_alignment_message": "",
|
| 17 |
+
"system_same_as_user": false,
|
| 18 |
+
"last_system_sequence": "",
|
| 19 |
+
"first_input_sequence": "",
|
| 20 |
+
"last_input_sequence": "",
|
| 21 |
+
"names_behavior": "always",
|
| 22 |
+
"sequences_as_stop_strings": true,
|
| 23 |
+
"story_string_prefix": "",
|
| 24 |
+
"story_string_suffix": "",
|
| 25 |
+
"name": "GLM4.5-NoThink"
|
| 26 |
+
},
|
| 27 |
+
"context": {
|
| 28 |
+
"story_string": "[gMASK]<sop><|system|>\n{{#if anchorBefore}}{{anchorBefore}}\n{{/if}}{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}## World Info:\n{{wiBefore}}\n{{/if}}{{#if description}}## {{char}}'s Description:\n{{description}}\n{{/if}}{{#if personality}}## {{char}}'s Personality:\n{{personality}}\n{{/if}}{{#if persona}}## {{user}}'s Persona:\n{{persona}}\n{{/if}}{{#if scenario}}## Scenario:\n{{scenario}}\n{{/if}}{{#if wiAfter}}## Lore:\n{{wiAfter}}\n{{/if}}{{#if anchorAfter}}{{anchorAfter}}\n{{/if}}{{trim}}\n",
|
| 29 |
+
"example_separator": "",
|
| 30 |
+
"chat_start": "",
|
| 31 |
+
"use_stop_strings": false,
|
| 32 |
+
"names_as_stop_strings": true,
|
| 33 |
+
"story_string_position": 0,
|
| 34 |
+
"story_string_depth": 1,
|
| 35 |
+
"story_string_role": 0,
|
| 36 |
+
"always_force_name2": true,
|
| 37 |
+
"trim_sentences": false,
|
| 38 |
+
"single_line": false,
|
| 39 |
+
"name": "GLM4.5-NoThink"
|
| 40 |
+
},
|
| 41 |
+
"preset": {
|
| 42 |
+
"temp": 0.8,
|
| 43 |
+
"temperature_last": true,
|
| 44 |
+
"top_p": 0.95,
|
| 45 |
+
"top_k": 0,
|
| 46 |
+
"top_a": 0,
|
| 47 |
+
"tfs": 1,
|
| 48 |
+
"epsilon_cutoff": 0,
|
| 49 |
+
"eta_cutoff": 0,
|
| 50 |
+
"typical_p": 1,
|
| 51 |
+
"min_p": 0.05,
|
| 52 |
+
"rep_pen": 1,
|
| 53 |
+
"rep_pen_range": 0,
|
| 54 |
+
"rep_pen_decay": 0,
|
| 55 |
+
"rep_pen_slope": 1,
|
| 56 |
+
"no_repeat_ngram_size": 0,
|
| 57 |
+
"penalty_alpha": 0,
|
| 58 |
+
"num_beams": 1,
|
| 59 |
+
"length_penalty": 1,
|
| 60 |
+
"min_length": 0,
|
| 61 |
+
"encoder_rep_pen": 1,
|
| 62 |
+
"freq_pen": 0,
|
| 63 |
+
"presence_pen": 0,
|
| 64 |
+
"skew": 0,
|
| 65 |
+
"do_sample": true,
|
| 66 |
+
"early_stopping": false,
|
| 67 |
+
"dynatemp": false,
|
| 68 |
+
"min_temp": 1,
|
| 69 |
+
"max_temp": 1.3,
|
| 70 |
+
"dynatemp_exponent": 1,
|
| 71 |
+
"smoothing_factor": 0,
|
| 72 |
+
"smoothing_curve": 1,
|
| 73 |
+
"dry_allowed_length": 4,
|
| 74 |
+
"dry_multiplier": 0,
|
| 75 |
+
"dry_base": 1.75,
|
| 76 |
+
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"<|start_header_id|>system<|end_header_id|>\", \"<|start_header_id|>assistant<|end_header_id|>\", \"<|start_header_id|>user<|end_header_id|>\", \"<|eot_id|>\"]",
|
| 77 |
+
"dry_penalty_last_n": 0,
|
| 78 |
+
"add_bos_token": true,
|
| 79 |
+
"ban_eos_token": false,
|
| 80 |
+
"skip_special_tokens": false,
|
| 81 |
+
"mirostat_mode": 0,
|
| 82 |
+
"mirostat_tau": 2,
|
| 83 |
+
"mirostat_eta": 0.1,
|
| 84 |
+
"guidance_scale": 1,
|
| 85 |
+
"negative_prompt": "",
|
| 86 |
+
"grammar_string": "",
|
| 87 |
+
"json_schema": {},
|
| 88 |
+
"banned_tokens": "",
|
| 89 |
+
"sampler_priority": [
|
| 90 |
+
"repetition_penalty",
|
| 91 |
+
"presence_penalty",
|
| 92 |
+
"frequency_penalty",
|
| 93 |
+
"dry",
|
| 94 |
+
"top_k",
|
| 95 |
+
"top_p",
|
| 96 |
+
"typical_p",
|
| 97 |
+
"top_n_sigma",
|
| 98 |
+
"epsilon_cutoff",
|
| 99 |
+
"eta_cutoff",
|
| 100 |
+
"tfs",
|
| 101 |
+
"top_a",
|
| 102 |
+
"min_p",
|
| 103 |
+
"temperature",
|
| 104 |
+
"mirostat",
|
| 105 |
+
"quadratic_sampling",
|
| 106 |
+
"dynamic_temperature",
|
| 107 |
+
"xtc",
|
| 108 |
+
"encoder_repetition_penalty",
|
| 109 |
+
"no_repeat_ngram"
|
| 110 |
+
],
|
| 111 |
+
"samplers": [
|
| 112 |
+
"penalties",
|
| 113 |
+
"dry",
|
| 114 |
+
"top_n_sigma",
|
| 115 |
+
"top_k",
|
| 116 |
+
"typ_p",
|
| 117 |
+
"tfs_z",
|
| 118 |
+
"typical_p",
|
| 119 |
+
"top_p",
|
| 120 |
+
"min_p",
|
| 121 |
+
"xtc",
|
| 122 |
+
"temperature"
|
| 123 |
+
],
|
| 124 |
+
"samplers_priorities": [
|
| 125 |
+
"dry",
|
| 126 |
+
"penalties",
|
| 127 |
+
"no_repeat_ngram",
|
| 128 |
+
"temperature",
|
| 129 |
+
"top_nsigma",
|
| 130 |
+
"top_p_top_k",
|
| 131 |
+
"top_a",
|
| 132 |
+
"min_p",
|
| 133 |
+
"tfs",
|
| 134 |
+
"eta_cutoff",
|
| 135 |
+
"epsilon_cutoff",
|
| 136 |
+
"typical_p",
|
| 137 |
+
"quadratic",
|
| 138 |
+
"xtc"
|
| 139 |
+
],
|
| 140 |
+
"ignore_eos_token": false,
|
| 141 |
+
"spaces_between_special_tokens": true,
|
| 142 |
+
"speculative_ngram": false,
|
| 143 |
+
"sampler_order": [
|
| 144 |
+
6,
|
| 145 |
+
0,
|
| 146 |
+
1,
|
| 147 |
+
3,
|
| 148 |
+
4,
|
| 149 |
+
2,
|
| 150 |
+
5
|
| 151 |
+
],
|
| 152 |
+
"logit_bias": [],
|
| 153 |
+
"xtc_threshold": 0,
|
| 154 |
+
"xtc_probability": 0,
|
| 155 |
+
"nsigma": 0,
|
| 156 |
+
"min_keep": 0,
|
| 157 |
+
"extensions": {},
|
| 158 |
+
"rep_pen_size": 0,
|
| 159 |
+
"genamt": 700,
|
| 160 |
+
"max_length": 20480,
|
| 161 |
+
"name": "GLM4.5-Iceblink"
|
| 162 |
+
}
|
| 163 |
+
}
|
README.md
CHANGED
|
@@ -1,250 +1,670 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
<style>
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
padding: 0;
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
}
|
| 135 |
-
.btn-purple {
|
| 136 |
-
display: inline-block;
|
| 137 |
-
background-color: #6A5ACD;
|
| 138 |
-
color: white !important;
|
| 139 |
-
padding: 12px 24px;
|
| 140 |
-
border-radius: 8px;
|
| 141 |
-
text-decoration: none;
|
| 142 |
-
font-weight: 600;
|
| 143 |
-
transition: background-color 0.3s ease, transform 0.2s ease;
|
| 144 |
-
text-align: center;
|
| 145 |
-
}
|
| 146 |
-
.btn-purple:hover {
|
| 147 |
-
background-color: #7B68EE;
|
| 148 |
-
transform: translateY(-2px);
|
| 149 |
-
}
|
| 150 |
-
</style>
|
| 151 |
|
| 152 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
</div>
|
| 160 |
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
<tr>
|
| 174 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/2.5bpw_H6" target="_blank">2.5_H6</a></td>
|
| 175 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/2.5bpw_H6" target="_blank">2.5</a></td>
|
| 176 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/2.5bpw_H6" target="_blank">6</a></td>
|
| 177 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/2.5bpw_H6" target="_blank">34.98</a></td>
|
| 178 |
-
</tr>
|
| 179 |
-
<tr>
|
| 180 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.0bpw_H6" target="_blank">3.0_H6</a></td>
|
| 181 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.0bpw_H6" target="_blank">3.0</a></td>
|
| 182 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.0bpw_H6" target="_blank">6</a></td>
|
| 183 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.0bpw_H6" target="_blank">41.60</a></td>
|
| 184 |
-
</tr>
|
| 185 |
-
<tr>
|
| 186 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.5bpw_H6" target="_blank">3.5_H6</a></td>
|
| 187 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.5bpw_H6" target="_blank">3.5</a></td>
|
| 188 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.5bpw_H6" target="_blank">6</a></td>
|
| 189 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/3.5bpw_H6" target="_blank">48.18</a></td>
|
| 190 |
-
</tr>
|
| 191 |
-
<tr>
|
| 192 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.0bpw_H6" target="_blank">4.0_H6</a></td>
|
| 193 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.0bpw_H6" target="_blank">4.0</a></td>
|
| 194 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.0bpw_H6" target="_blank">6</a></td>
|
| 195 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.0bpw_H6" target="_blank">54.80</a></td>
|
| 196 |
-
</tr>
|
| 197 |
-
<tr>
|
| 198 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.5bpw_H6" target="_blank">4.5_H6</a></td>
|
| 199 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.5bpw_H6" target="_blank">4.5</a></td>
|
| 200 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.5bpw_H6" target="_blank">6</a></td>
|
| 201 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/4.5bpw_H6" target="_blank">61.38</a></td>
|
| 202 |
-
</tr>
|
| 203 |
-
<tr>
|
| 204 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/5.0bpw_H6" target="_blank">5.0_H6</a></td>
|
| 205 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/5.0bpw_H6" target="_blank">5.0</a></td>
|
| 206 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/5.0bpw_H6" target="_blank">6</a></td>
|
| 207 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/5.0bpw_H6" target="_blank">68.00</a></td>
|
| 208 |
-
</tr>
|
| 209 |
-
<tr>
|
| 210 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/6.0bpw_H6" target="_blank">6.0_H6</a></td>
|
| 211 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/6.0bpw_H6" target="_blank">6.0</a></td>
|
| 212 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/6.0bpw_H6" target="_blank">6</a></td>
|
| 213 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/6.0bpw_H6" target="_blank">81.20</a></td>
|
| 214 |
-
</tr>
|
| 215 |
-
<tr>
|
| 216 |
-
<td><a href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/8.0bpw_H8" target="_blank">8.0_H8</a></td>
|
| 217 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/8.0bpw_H8" target="_blank">8.0</a></td>
|
| 218 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/8.0bpw_H8" target="_blank">8</a></td>
|
| 219 |
-
<td><a class="fake-link" href="https://huggingface.co/ArtusDev/zerofata_GLM-4.5-Iceblink-106B-A12B-EXL3/tree/8.0bpw_H8" target="_blank">107.75</a></td>
|
| 220 |
-
</tr>
|
| 221 |
-
</tbody>
|
| 222 |
-
</table>
|
| 223 |
</div>
|
| 224 |
|
| 225 |
-
<div class="
|
| 226 |
-
<
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
<
|
| 234 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
</div>
|
| 236 |
-
|
| 237 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
</div>
|
| 239 |
|
| 240 |
-
<div class="
|
| 241 |
-
<
|
| 242 |
-
|
| 243 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
</div>
|
| 245 |
-
<p class="subtitle">
|
| 246 |
-
See <a href="https://huggingface.co/ArtusDev/requests-exl" target="_blank">EXL community hub</a> for request guidelines.
|
| 247 |
-
</p>
|
| 248 |
</div>
|
| 249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
</div>
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- zerofata/Instruct-Anime
|
| 5 |
+
- zerofata/Roleplay-Anime-Characters
|
| 6 |
+
- zerofata/Instruct-Anime-CreativeWriting
|
| 7 |
+
- zerofata/Summaries-Anime-FandomPages
|
| 8 |
+
base_model:
|
| 9 |
+
- zai-org/GLM-4.5-Air
|
| 10 |
---
|
| 11 |
<style>
|
| 12 |
+
.container {
|
| 13 |
+
--primary-accent: #2B8CCC;
|
| 14 |
+
--secondary-accent: #87CEEB;
|
| 15 |
+
--glow-primary: rgba(43, 140, 204, 0.4);
|
| 16 |
+
--glow-secondary: rgba(135, 206, 235, 0.6);
|
| 17 |
+
|
| 18 |
+
--bg-main: #F8FEFF;
|
| 19 |
+
--bg-container: #FFFFFF;
|
| 20 |
+
--bg-card: rgba(240, 248, 255, 0.9);
|
| 21 |
+
|
| 22 |
+
--text-main: #2C3E50;
|
| 23 |
+
--text-muted: #546E7A;
|
| 24 |
+
--white: #FFFFFF;
|
| 25 |
+
--border-color: #B0E0E6;
|
| 26 |
+
|
| 27 |
+
--font-title: 'Inter', sans-serif;
|
| 28 |
+
--font-body: 'Source Sans Pro', sans-serif;
|
| 29 |
+
--font-code: 'JetBrains Mono', monospace;
|
| 30 |
+
|
| 31 |
+
font-family: var(--font-body);
|
| 32 |
+
color: var(--text-main);
|
| 33 |
+
line-height: 1.6;
|
| 34 |
+
font-weight: 400;
|
| 35 |
+
|
| 36 |
+
max-width: 1100px;
|
| 37 |
+
margin: 20px auto;
|
| 38 |
+
padding: 25px;
|
| 39 |
+
background-color: var(--bg-main);
|
| 40 |
+
background-image:
|
| 41 |
+
linear-gradient(135deg, rgba(240, 248, 255, 0.9), rgba(255, 255, 255, 0.7)),
|
| 42 |
+
radial-gradient(circle at 20% 80%, rgba(135, 206, 235, 0.1) 0%, transparent 50%),
|
| 43 |
+
radial-gradient(circle at 80% 20%, rgba(176, 224, 230, 0.15) 0%, transparent 50%);
|
| 44 |
+
min-height: calc(100vh - 40px);
|
| 45 |
+
|
| 46 |
+
border-radius: 12px;
|
| 47 |
+
box-shadow: 0 8px 32px rgba(43, 140, 204, 0.15), 0 2px 8px rgba(135, 206, 235, 0.1);
|
| 48 |
+
border: 2px solid var(--border-color);
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.container .title-container {
|
| 52 |
+
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.9));
|
| 53 |
+
backdrop-filter: blur(10px);
|
| 54 |
+
margin-bottom: 30px;
|
| 55 |
+
border: 2px solid var(--border-color);
|
| 56 |
+
border-radius: 16px;
|
| 57 |
+
padding: 35px;
|
| 58 |
+
text-align: center;
|
| 59 |
+
position: relative;
|
| 60 |
+
box-shadow:
|
| 61 |
+
0 8px 32px rgba(43, 140, 204, 0.12),
|
| 62 |
+
inset 0 1px 0 rgba(255, 255, 255, 0.8);
|
| 63 |
+
overflow: hidden;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
/* FLAIR: Dense 24-Spoke Snowflake */
|
| 67 |
+
.container .title-container::before {
|
| 68 |
+
content: '';
|
| 69 |
+
position: absolute;
|
| 70 |
+
top: 50%;
|
| 71 |
+
left: 50%;
|
| 72 |
+
width: 350px;
|
| 73 |
+
height: 350px;
|
| 74 |
+
margin: -175px 0 0 -175px;
|
| 75 |
+
background-image:
|
| 76 |
+
radial-gradient(circle at center, transparent 35%, rgba(135, 206, 235, 0.25) 36%, transparent 37%),
|
| 77 |
+
conic-gradient(from 0deg,
|
| 78 |
+
rgba(176, 224, 230, 0.18) 0deg,
|
| 79 |
+
transparent 7.5deg,
|
| 80 |
+
rgba(135, 206, 235, 0.15) 15deg,
|
| 81 |
+
transparent 22.5deg,
|
| 82 |
+
rgba(176, 224, 230, 0.18) 30deg,
|
| 83 |
+
transparent 37.5deg,
|
| 84 |
+
rgba(135, 206, 235, 0.15) 45deg,
|
| 85 |
+
transparent 52.5deg,
|
| 86 |
+
rgba(176, 224, 230, 0.18) 60deg,
|
| 87 |
+
transparent 67.5deg,
|
| 88 |
+
rgba(135, 206, 235, 0.15) 75deg,
|
| 89 |
+
transparent 82.5deg,
|
| 90 |
+
rgba(176, 224, 230, 0.18) 90deg,
|
| 91 |
+
transparent 97.5deg,
|
| 92 |
+
rgba(135, 206, 235, 0.15) 105deg,
|
| 93 |
+
transparent 112.5deg,
|
| 94 |
+
rgba(176, 224, 230, 0.18) 120deg,
|
| 95 |
+
transparent 127.5deg,
|
| 96 |
+
rgba(135, 206, 235, 0.15) 135deg,
|
| 97 |
+
transparent 142.5deg,
|
| 98 |
+
rgba(176, 224, 230, 0.18) 150deg,
|
| 99 |
+
transparent 157.5deg,
|
| 100 |
+
rgba(135, 206, 235, 0.15) 165deg,
|
| 101 |
+
transparent 172.5deg,
|
| 102 |
+
rgba(176, 224, 230, 0.18) 180deg,
|
| 103 |
+
transparent 187.5deg,
|
| 104 |
+
rgba(135, 206, 235, 0.15) 195deg,
|
| 105 |
+
transparent 202.5deg,
|
| 106 |
+
rgba(176, 224, 230, 0.18) 210deg,
|
| 107 |
+
transparent 217.5deg,
|
| 108 |
+
rgba(135, 206, 235, 0.15) 225deg,
|
| 109 |
+
transparent 232.5deg,
|
| 110 |
+
rgba(176, 224, 230, 0.18) 240deg,
|
| 111 |
+
transparent 247.5deg,
|
| 112 |
+
rgba(135, 206, 235, 0.15) 255deg,
|
| 113 |
+
transparent 262.5deg,
|
| 114 |
+
rgba(176, 224, 230, 0.18) 270deg,
|
| 115 |
+
transparent 277.5deg,
|
| 116 |
+
rgba(135, 206, 235, 0.15) 285deg,
|
| 117 |
+
transparent 292.5deg,
|
| 118 |
+
rgba(176, 224, 230, 0.18) 300deg,
|
| 119 |
+
transparent 307.5deg,
|
| 120 |
+
rgba(135, 206, 235, 0.15) 315deg,
|
| 121 |
+
transparent 322.5deg,
|
| 122 |
+
rgba(176, 224, 230, 0.18) 330deg,
|
| 123 |
+
transparent 337.5deg,
|
| 124 |
+
rgba(135, 206, 235, 0.15) 345deg,
|
| 125 |
+
transparent 352.5deg,
|
| 126 |
+
rgba(176, 224, 230, 0.18) 360deg
|
| 127 |
+
);
|
| 128 |
+
mask: radial-gradient(circle at center, black 65%, transparent 75%);
|
| 129 |
+
-webkit-mask: radial-gradient(circle at center, black 65%, transparent 75%);
|
| 130 |
+
z-index: 1;
|
| 131 |
+
pointer-events: none;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.container .title-container::after {
|
| 135 |
+
content: '';
|
| 136 |
+
position: absolute;
|
| 137 |
+
top: 50%;
|
| 138 |
+
left: 50%;
|
| 139 |
+
width: 180px;
|
| 140 |
+
height: 180px;
|
| 141 |
+
margin: -90px 0 0 -90px;
|
| 142 |
+
background: conic-gradient(from 0deg,
|
| 143 |
+
transparent 0deg,
|
| 144 |
+
rgba(43, 140, 204, 0.12) 5deg,
|
| 145 |
+
transparent 10deg,
|
| 146 |
+
rgba(43, 140, 204, 0.12) 35deg,
|
| 147 |
+
transparent 40deg,
|
| 148 |
+
rgba(43, 140, 204, 0.12) 65deg,
|
| 149 |
+
transparent 70deg,
|
| 150 |
+
rgba(43, 140, 204, 0.12) 95deg,
|
| 151 |
+
transparent 100deg,
|
| 152 |
+
rgba(43, 140, 204, 0.12) 125deg,
|
| 153 |
+
transparent 130deg,
|
| 154 |
+
rgba(43, 140, 204, 0.12) 155deg,
|
| 155 |
+
transparent 160deg,
|
| 156 |
+
rgba(43, 140, 204, 0.12) 185deg,
|
| 157 |
+
transparent 190deg,
|
| 158 |
+
rgba(43, 140, 204, 0.12) 215deg,
|
| 159 |
+
transparent 220deg,
|
| 160 |
+
rgba(43, 140, 204, 0.12) 245deg,
|
| 161 |
+
transparent 250deg,
|
| 162 |
+
rgba(43, 140, 204, 0.12) 275deg,
|
| 163 |
+
transparent 280deg,
|
| 164 |
+
rgba(43, 140, 204, 0.12) 305deg,
|
| 165 |
+
transparent 310deg,
|
| 166 |
+
rgba(43, 140, 204, 0.12) 335deg,
|
| 167 |
+
transparent 340deg
|
| 168 |
+
);
|
| 169 |
+
mask: radial-gradient(circle at center, transparent 25%, black 30%, black 40%, transparent 45%);
|
| 170 |
+
-webkit-mask: radial-gradient(circle at center, transparent 25%, black 30%, black 40%, transparent 45%);
|
| 171 |
+
z-index: 1;
|
| 172 |
+
pointer-events: none;
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
|
| 177 |
+
.container .title-container .title-wrapper {
|
| 178 |
+
position: relative;
|
| 179 |
+
z-index: 2;
|
| 180 |
+
}
|
| 181 |
+
|
| 182 |
+
.container .title-main {
|
| 183 |
+
color: var(--text-main);
|
| 184 |
+
font-size: 3.2rem;
|
| 185 |
+
font-weight: 900;
|
| 186 |
+
margin: 0;
|
| 187 |
+
letter-spacing: 4px;
|
| 188 |
+
display: block;
|
| 189 |
+
text-transform: uppercase;
|
| 190 |
+
background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent));
|
| 191 |
+
background-clip: text;
|
| 192 |
+
-webkit-background-clip: text;
|
| 193 |
+
-webkit-text-fill-color: transparent;
|
| 194 |
+
font-family: var(--font-title);
|
| 195 |
+
filter: drop-shadow(0 4px 8px rgba(43, 140, 204, 0.4)) drop-shadow(0 2px 4px rgba(255, 255, 255, 0.6));
|
| 196 |
+
text-shadow:
|
| 197 |
+
0 0 20px rgba(255, 255, 255, 0.8),
|
| 198 |
+
0 0 40px rgba(135, 206, 235, 0.6),
|
| 199 |
+
0 4px 8px rgba(43, 140, 204, 0.3);
|
| 200 |
+
position: relative;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.container .lemonade-text {
|
| 204 |
+
background: linear-gradient(135deg, var(--secondary-accent), #B0E0E6);
|
| 205 |
+
background-clip: text;
|
| 206 |
+
-webkit-background-clip: text;
|
| 207 |
+
-webkit-text-fill-color: transparent;
|
| 208 |
+
filter: drop-shadow(0 2px 4px rgba(135, 206, 235, 0.3));
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.container .title-subtitle {
|
| 212 |
+
padding-left: 0;
|
| 213 |
+
margin-top: 15px;
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.container .subtitle-text {
|
| 217 |
+
color: var(--text-muted);
|
| 218 |
+
font-size: 1.2rem;
|
| 219 |
+
font-family: var(--font-body);
|
| 220 |
+
font-style: italic;
|
| 221 |
+
font-weight: 400;
|
| 222 |
+
letter-spacing: 2px;
|
| 223 |
+
text-transform: uppercase;
|
| 224 |
+
opacity: 0.8;
|
| 225 |
+
}
|
| 226 |
+
|
| 227 |
+
.container img {
|
| 228 |
+
max-width: 100%;
|
| 229 |
+
border: 3px solid var(--border-color);
|
| 230 |
+
margin-bottom: 40px;
|
| 231 |
+
box-shadow:
|
| 232 |
+
0 12px 24px rgba(43, 140, 204, 0.15),
|
| 233 |
+
0 4px 8px rgba(135, 206, 235, 0.1);
|
| 234 |
+
border-radius: 12px;
|
| 235 |
+
}
|
| 236 |
+
|
| 237 |
+
.container .section-container {
|
| 238 |
+
margin-bottom: 30px;
|
| 239 |
+
padding: 25px;
|
| 240 |
+
background: rgba(255, 255, 255, 0.6);
|
| 241 |
+
border: 1px solid var(--border-color);
|
| 242 |
+
border-radius: 12px;
|
| 243 |
+
box-shadow: 0 4px 16px rgba(43, 140, 204, 0.08);
|
| 244 |
+
}
|
| 245 |
+
.container .section-container:last-of-type {
|
| 246 |
+
margin-bottom: 0;
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
.container .section-header {
|
| 250 |
+
display: flex;
|
| 251 |
+
align-items: center;
|
| 252 |
+
padding: 0 0 20px 0;
|
| 253 |
+
border-bottom: 2px solid var(--border-color);
|
| 254 |
+
margin-bottom: 20px;
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
.container .section-title {
|
| 258 |
+
font-family: var(--font-title);
|
| 259 |
+
background: linear-gradient(45deg, var(--secondary-accent), var(--primary-accent));
|
| 260 |
+
background-clip: text;
|
| 261 |
+
-webkit-background-clip: text;
|
| 262 |
+
-webkit-text-fill-color: transparent;
|
| 263 |
+
font-size: 1.4rem;
|
| 264 |
+
margin: 0 !important;
|
| 265 |
+
padding: 0 0 10px 0 !important;
|
| 266 |
+
letter-spacing: 1px;
|
| 267 |
+
font-weight: 700;
|
| 268 |
+
text-transform: uppercase;
|
| 269 |
+
border: none !important;
|
| 270 |
+
position: relative;
|
| 271 |
+
display: inline-block;
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
.container .section-title::after {
|
| 275 |
+
content: '';
|
| 276 |
+
position: absolute;
|
| 277 |
+
bottom: -2px;
|
| 278 |
+
left: 0;
|
| 279 |
+
width: 100%;
|
| 280 |
+
height: 3px;
|
| 281 |
+
background-image: linear-gradient(to right, var(--secondary-accent), var(--primary-accent));
|
| 282 |
+
border-radius: 2px;
|
| 283 |
+
}
|
| 284 |
+
|
| 285 |
+
.container .section-content {
|
| 286 |
padding: 0;
|
| 287 |
+
}
|
| 288 |
+
|
| 289 |
+
.container .subheading {
|
| 290 |
+
color: var(--primary-accent);
|
| 291 |
+
font-size: 1.2rem;
|
| 292 |
+
margin-top: 25px;
|
| 293 |
+
margin-bottom: 15px;
|
| 294 |
+
font-weight: 600;
|
| 295 |
+
display: block;
|
| 296 |
+
text-transform: uppercase;
|
| 297 |
+
letter-spacing: 1px;
|
| 298 |
+
font-family: var(--font-title);
|
| 299 |
+
border-bottom: 2px solid var(--primary-accent);
|
| 300 |
+
padding-bottom: 8px;
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
.container .data-box {
|
| 304 |
+
background-color: var(--bg-card);
|
| 305 |
+
padding: 20px;
|
| 306 |
+
border: 2px solid var(--border-color);
|
| 307 |
+
border-left: 4px solid var(--primary-accent);
|
| 308 |
+
margin-bottom: 20px;
|
| 309 |
+
box-shadow: 0 4px 12px rgba(43, 140, 204, 0.1);
|
| 310 |
+
border-radius: 8px;
|
| 311 |
+
font-size: 1rem;
|
| 312 |
+
}
|
| 313 |
+
|
| 314 |
+
.container .data-row {
|
| 315 |
+
display: flex;
|
| 316 |
+
align-items: center;
|
| 317 |
+
margin-bottom: 6px;
|
| 318 |
+
padding: 5px 0;
|
| 319 |
+
}
|
| 320 |
+
|
| 321 |
+
.container .data-row:last-child {
|
| 322 |
+
margin-bottom: 0;
|
| 323 |
+
}
|
| 324 |
+
|
| 325 |
+
.container .data-arrow {
|
| 326 |
+
color: var(--primary-accent);
|
| 327 |
+
font-weight: bold;
|
| 328 |
+
margin-right: 12px;
|
| 329 |
+
font-family: var(--font-code);
|
| 330 |
+
font-size: 1.1rem;
|
| 331 |
+
}
|
| 332 |
+
|
| 333 |
+
.container .data-label {
|
| 334 |
+
color: var(--text-main);
|
| 335 |
+
font-weight: 600;
|
| 336 |
+
font-family: var(--font-body);
|
| 337 |
+
margin-right: 10px;
|
| 338 |
+
min-width: 90px;
|
| 339 |
+
}
|
| 340 |
+
|
| 341 |
+
.container a {
|
| 342 |
+
color: var(--primary-accent);
|
| 343 |
+
text-decoration: none;
|
| 344 |
+
font-weight: 600;
|
| 345 |
+
transition: all .2s;
|
| 346 |
+
}
|
| 347 |
+
|
| 348 |
+
.container .data-row a {
|
| 349 |
+
border-bottom: 1px dotted var(--primary-accent);
|
| 350 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 351 |
|
| 352 |
+
.container a:hover {
|
| 353 |
+
text-decoration: none;
|
| 354 |
+
color: var(--secondary-accent);
|
| 355 |
+
transform: translateY(-1px);
|
| 356 |
+
}
|
| 357 |
|
| 358 |
+
.container .data-row a:hover {
|
| 359 |
+
border-bottom-style: solid;
|
| 360 |
+
}
|
| 361 |
+
|
| 362 |
+
.container .dropdown-container {
|
| 363 |
+
margin-top: 20px;
|
| 364 |
+
}
|
| 365 |
+
|
| 366 |
+
.container .dropdown-summary {
|
| 367 |
+
cursor: pointer;
|
| 368 |
+
padding: 10px 0;
|
| 369 |
+
color: var(--text-muted);
|
| 370 |
+
font-size: 1.1rem;
|
| 371 |
+
font-weight: 700;
|
| 372 |
+
text-transform: none;
|
| 373 |
+
font-family: var(--font-title);
|
| 374 |
+
letter-spacing: 1px;
|
| 375 |
+
list-style: none;
|
| 376 |
+
transition: color 0.2s ease;
|
| 377 |
+
}
|
| 378 |
+
.container .dropdown-summary:hover {
|
| 379 |
+
color: var(--primary-accent);
|
| 380 |
+
}
|
| 381 |
+
|
| 382 |
+
.container .dropdown-arrow {
|
| 383 |
+
color: var(--secondary-accent);
|
| 384 |
+
margin-right: 10px;
|
| 385 |
+
transition: transform 0.2s ease;
|
| 386 |
+
}
|
| 387 |
+
|
| 388 |
+
.container .dropdown-content {
|
| 389 |
+
margin-top: 15px;
|
| 390 |
+
padding: 25px;
|
| 391 |
+
background-color: var(--bg-card);
|
| 392 |
+
border: 2px solid var(--border-color);
|
| 393 |
+
border-radius: 8px;
|
| 394 |
+
box-shadow: 0 4px 12px rgba(43, 140, 204, 0.1);
|
| 395 |
+
}
|
| 396 |
+
|
| 397 |
+
.container .config-title {
|
| 398 |
+
color: var(--text-muted);
|
| 399 |
+
font-size: 1rem;
|
| 400 |
+
margin-bottom: 10px;
|
| 401 |
+
font-family: var(--font-body);
|
| 402 |
+
text-transform: uppercase;
|
| 403 |
+
letter-spacing: 1px;
|
| 404 |
+
font-weight: 700;
|
| 405 |
+
}
|
| 406 |
+
|
| 407 |
+
.container pre {
|
| 408 |
+
background-color: #f8f9fa;
|
| 409 |
+
padding: 20px;
|
| 410 |
+
border: 2px solid var(--border-color);
|
| 411 |
+
white-space: pre-wrap;
|
| 412 |
+
word-wrap: break-word;
|
| 413 |
+
color: var(--text-main);
|
| 414 |
+
border-radius: 8px;
|
| 415 |
+
box-shadow: inset 0 2px 4px rgba(43, 140, 204, 0.1);
|
| 416 |
+
}
|
| 417 |
+
|
| 418 |
+
.container pre code {
|
| 419 |
+
background: none;
|
| 420 |
+
color: inherit;
|
| 421 |
+
padding: 0;
|
| 422 |
+
border-radius: 0;
|
| 423 |
+
}
|
| 424 |
+
|
| 425 |
+
.container code {
|
| 426 |
+
font-family: var(--font-code);
|
| 427 |
+
color: var(--primary-accent);
|
| 428 |
+
background: rgba(176, 224, 230, 0.2);
|
| 429 |
+
padding: 3px 6px;
|
| 430 |
+
border-radius: 4px;
|
| 431 |
+
}
|
| 432 |
+
</style>
|
| 433 |
+
<html lang="en">
|
| 434 |
+
<head>
|
| 435 |
+
<meta charset="UTF-8">
|
| 436 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 437 |
+
<title>Iceblink</title>
|
| 438 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 439 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 440 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
| 441 |
+
</head>
|
| 442 |
+
<body>
|
| 443 |
+
|
| 444 |
+
<div class="container">
|
| 445 |
+
<div class="title-container">
|
| 446 |
+
<div class="glitchy-overlay"></div>
|
| 447 |
+
<div class="title-wrapper">
|
| 448 |
+
<h1 class="title-main">
|
| 449 |
+
<span class="title-prefix">ICEBLINK</span>
|
| 450 |
+
</h1>
|
| 451 |
+
</div>
|
| 452 |
</div>
|
| 453 |
|
| 454 |
+

|
| 455 |
+
|
| 456 |
+
<div class="section-container">
|
| 457 |
+
<div class="section-header">
|
| 458 |
+
<div class="section-indicator"></div>
|
| 459 |
+
<h2 class="section-title">Overview</h2>
|
| 460 |
+
</div>
|
| 461 |
+
<div class="section-content">
|
| 462 |
+
<p>An experimental GLM4.5 Air finetune.</p>
|
| 463 |
+
<p>Had this one in the works for a while, but was struggling to find the right hyperparams to get this model to behave nicely. Thank you to TheDrummer for helping me out with them.</p>
|
| 464 |
+
<p>This model is a creative writing and RP model. It's pretty verbose. The intent is to keep the behavior of the original model, but to slightly improve writing, dialogue & creativity.</p>
|
| 465 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 466 |
</div>
|
| 467 |
|
| 468 |
+
<div class="section-container">
|
| 469 |
+
<div class="section-header">
|
| 470 |
+
<div class="section-indicator"></div>
|
| 471 |
+
<h2 class="section-title">SillyTavern Settings</h2>
|
| 472 |
+
</div>
|
| 473 |
+
<div class="section-content">
|
| 474 |
+
<h3 class="subheading">Recommended Roleplay Format</h3>
|
| 475 |
+
<div class="data-box">
|
| 476 |
+
<div class="data-row">
|
| 477 |
+
<span class="data-arrow">></span>
|
| 478 |
+
<span class="data-label">Actions:</span>
|
| 479 |
+
<span>In plaintext</span>
|
| 480 |
+
</div>
|
| 481 |
+
<div class="data-row">
|
| 482 |
+
<span class="data-arrow">></span>
|
| 483 |
+
<span class="data-label">Dialogue:</span>
|
| 484 |
+
<span>"In quotes"</span>
|
| 485 |
+
</div>
|
| 486 |
+
<div class="data-row">
|
| 487 |
+
<span class="data-arrow">></span>
|
| 488 |
+
<span class="data-label">Thoughts:</span>
|
| 489 |
+
<span>*In asterisks*</span>
|
| 490 |
+
</div>
|
| 491 |
</div>
|
| 492 |
+
<h3 class="subheading">Recommended Samplers</h3>
|
| 493 |
+
<div class="data-box">
|
| 494 |
+
<div class="data-row">
|
| 495 |
+
<span class="data-arrow">></span>
|
| 496 |
+
<span class="data-label">Temp:</span>
|
| 497 |
+
<span>0.8</span>
|
| 498 |
+
</div>
|
| 499 |
+
<div class="data-row">
|
| 500 |
+
<span class="data-arrow">></span>
|
| 501 |
+
<span class="data-label">MinP:</span>
|
| 502 |
+
<span>0.05</span>
|
| 503 |
+
</div>
|
| 504 |
+
<div class="data-row">
|
| 505 |
+
<span class="data-arrow">></span>
|
| 506 |
+
<span class="data-label">TopP:</span>
|
| 507 |
+
<span>0.95</span>
|
| 508 |
+
</div>
|
| 509 |
+
</div>
|
| 510 |
+
<h3 class="subheading">Instruct</h3>
|
| 511 |
+
<div class="data-box">
|
| 512 |
+
<p style="margin: 0;">GLM4.5 (no thinking): <a href="https://huggingface.co/zerofata/GLM-4.5-Iceblink-106B-A12B/raw/main/GLM45-NoThink-SillyTavern-Preset.json">SillyTavern Preset</a></p>
|
| 513 |
+
</div>
|
| 514 |
+
</div>
|
| 515 |
</div>
|
| 516 |
|
| 517 |
+
<div class="section-container">
|
| 518 |
+
<div class="section-header">
|
| 519 |
+
<div class="section-indicator"></div>
|
| 520 |
+
<h2 class="section-title">Quantizations</h2>
|
| 521 |
+
</div>
|
| 522 |
+
<div class="section-content">
|
| 523 |
+
<div style="margin-bottom: 20px;">
|
| 524 |
+
<h3 class="subheading">GGUF</h3>
|
| 525 |
+
<div class="data-box">
|
| 526 |
+
<div class="data-row">
|
| 527 |
+
<span class="data-arrow">></span>
|
| 528 |
+
<a href="https://huggingface.co/bartowski/zerofata_GLM-4.5-Iceblink-106B-A12B-GGUF">iMatrix (bartowski)</a>
|
| 529 |
+
</div>
|
| 530 |
+
</div>
|
| 531 |
+
</div>
|
| 532 |
</div>
|
|
|
|
|
|
|
|
|
|
| 533 |
</div>
|
| 534 |
|
| 535 |
+
<div class="section-container">
|
| 536 |
+
<div class="section-header">
|
| 537 |
+
<div class="section-indicator"></div>
|
| 538 |
+
<h2 class="section-title">Creation Process</h2>
|
| 539 |
+
</div>
|
| 540 |
+
<div class="section-content">
|
| 541 |
+
<p>Creation Process: SFT</p>
|
| 542 |
+
<p>SFT on approx 10 million tokens, SFW / NSFW RP, stories, creative instruct & chat data.</p>
|
| 543 |
+
<p>MoE are brutal to train even with a small dataset like mine, so I took a different approach from usual. I used a very low LR in an effort to avoid having to apply DPO / KTO training afterwards.</p>
|
| 544 |
+
<p>I think there's likely a better config to be found, but experimentation with the model to find it is quite draining.</p>
|
| 545 |
+
<div class="dropdown-container">
|
| 546 |
+
<details>
|
| 547 |
+
<summary class="dropdown-summary">
|
| 548 |
+
<span class="dropdown-arrow">></span>
|
| 549 |
+
Axolotl configs
|
| 550 |
+
</summary>
|
| 551 |
+
<div class="dropdown-content">
|
| 552 |
+
<p>Not optimized for cost / performance efficiency, YMMV.</p>
|
| 553 |
+
<div class="config-title">SFT (4*H200)</div>
|
| 554 |
+
<pre><code>base_model: zai-org/GLM-4.5-Air
|
| 555 |
+
eot_tokens:
|
| 556 |
+
- "<|user|>"
|
| 557 |
+
- "<|endoftext|>"
|
| 558 |
+
special_tokens:
|
| 559 |
+
eos_token: "<|user|>"
|
| 560 |
+
<br>
|
| 561 |
+
# ====================
|
| 562 |
+
# DATASET CONFIGURATION
|
| 563 |
+
# ====================
|
| 564 |
+
datasets:
|
| 565 |
+
- path: ./data/dataset.jsonl
|
| 566 |
+
type: chat_template
|
| 567 |
+
split: train
|
| 568 |
+
field_messages: messages
|
| 569 |
+
message_property_mappings:
|
| 570 |
+
role: role
|
| 571 |
+
content: content
|
| 572 |
+
roles:
|
| 573 |
+
user: ["user"]
|
| 574 |
+
assistant: ["assistant"]
|
| 575 |
+
system: ["system"]
|
| 576 |
+
<br>
|
| 577 |
+
dataset_prepared_path: ./last_run_prepared
|
| 578 |
+
train_on_inputs: false # Only train on assistant responses
|
| 579 |
+
eval_sample_packing: False
|
| 580 |
+
<br>
|
| 581 |
+
# ====================
|
| 582 |
+
# QLORA CONFIGURATION
|
| 583 |
+
# ====================
|
| 584 |
+
adapter: qlora
|
| 585 |
+
load_in_4bit: true
|
| 586 |
+
lora_r: 32
|
| 587 |
+
lora_alpha: 32
|
| 588 |
+
lora_dropout: 0.1
|
| 589 |
+
lora_target_modules:
|
| 590 |
+
- gate_proj
|
| 591 |
+
- down_proj
|
| 592 |
+
- up_proj
|
| 593 |
+
- q_proj
|
| 594 |
+
- v_proj
|
| 595 |
+
- k_proj
|
| 596 |
+
- o_proj
|
| 597 |
+
# lora_modules_to_save: # Uncomment only if you added NEW tokens
|
| 598 |
+
<br>
|
| 599 |
+
# ====================
|
| 600 |
+
# TRAINING PARAMETERS
|
| 601 |
+
# ====================
|
| 602 |
+
num_epochs: 3
|
| 603 |
+
micro_batch_size: 2
|
| 604 |
+
gradient_accumulation_steps: 4
|
| 605 |
+
learning_rate: 4.5e-6
|
| 606 |
+
optimizer: paged_adamw_8bit
|
| 607 |
+
lr_scheduler: rex
|
| 608 |
+
warmup_ratio: 0.05
|
| 609 |
+
weight_decay: 0.01
|
| 610 |
+
max_grad_norm: 1.0
|
| 611 |
+
val_set_size: 0.02
|
| 612 |
+
<br>
|
| 613 |
+
# ====================
|
| 614 |
+
# SEQUENCE & PACKING
|
| 615 |
+
# ====================
|
| 616 |
+
sequence_len: 8192
|
| 617 |
+
sample_packing: true
|
| 618 |
+
pad_to_sequence_len: true
|
| 619 |
+
<br>
|
| 620 |
+
# ====================
|
| 621 |
+
# HARDWARE OPTIMIZATIONS
|
| 622 |
+
# ====================
|
| 623 |
+
bf16: auto
|
| 624 |
+
flash_attention: true
|
| 625 |
+
gradient_checkpointing: true
|
| 626 |
+
<br>
|
| 627 |
+
plugins:
|
| 628 |
+
- axolotl.integrations.liger.LigerPlugin
|
| 629 |
+
- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
|
| 630 |
+
liger_rope: false
|
| 631 |
+
liger_rms_norm: true
|
| 632 |
+
liger_layer_norm: true
|
| 633 |
+
liger_glu_activation: true
|
| 634 |
+
liger_fused_linear_cross_entropy: true
|
| 635 |
+
cut_cross_entropy: false
|
| 636 |
+
<br>
|
| 637 |
+
deepspeed: deepspeed_configs/zero1.json
|
| 638 |
+
<br>
|
| 639 |
+
# ====================
|
| 640 |
+
# EVALUATION & CHECKPOINTING
|
| 641 |
+
# ====================
|
| 642 |
+
save_strategy: steps
|
| 643 |
+
save_steps: 20
|
| 644 |
+
eval_steps: 35
|
| 645 |
+
save_total_limit: 18 # Keep best + last few checkpoints
|
| 646 |
+
load_best_model_at_end: true
|
| 647 |
+
metric_for_best_model: eval_loss
|
| 648 |
+
greater_is_better: false
|
| 649 |
+
<br>
|
| 650 |
+
# ====================
|
| 651 |
+
# LOGGING & OUTPUT
|
| 652 |
+
# ====================
|
| 653 |
+
output_dir: ./GLM-AIR-SFT_v2-5
|
| 654 |
+
logging_steps: 1
|
| 655 |
+
save_safetensors: true
|
| 656 |
+
<br>
|
| 657 |
+
# ====================
|
| 658 |
+
# WANDB TRACKING
|
| 659 |
+
# ====================
|
| 660 |
+
wandb_project: GLM-AIR-SFT
|
| 661 |
+
# wandb_entity: your_entity
|
| 662 |
+
wandb_name: GLM-AIR-SFT_v2-5</code></pre>
|
| 663 |
+
</div>
|
| 664 |
+
</details>
|
| 665 |
+
</div>
|
| 666 |
+
</div>
|
| 667 |
+
</div>
|
| 668 |
</div>
|
| 669 |
+
</body>
|
| 670 |
+
</html>
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[gMASK]<sop>
|
| 2 |
+
{%- if tools -%}
|
| 3 |
+
<|system|>
|
| 4 |
+
# Tools
|
| 5 |
+
|
| 6 |
+
You may call one or more functions to assist with the user query.
|
| 7 |
+
|
| 8 |
+
You are provided with function signatures within <tools></tools> XML tags:
|
| 9 |
+
<tools>
|
| 10 |
+
{% for tool in tools %}
|
| 11 |
+
{{ tool | tojson(ensure_ascii=False) }}
|
| 12 |
+
{% endfor %}
|
| 13 |
+
</tools>
|
| 14 |
+
|
| 15 |
+
For each function call, output the function name and arguments within the following XML format:
|
| 16 |
+
<tool_call>{function-name}
|
| 17 |
+
<arg_key>{arg-key-1}</arg_key>
|
| 18 |
+
<arg_value>{arg-value-1}</arg_value>
|
| 19 |
+
<arg_key>{arg-key-2}</arg_key>
|
| 20 |
+
<arg_value>{arg-value-2}</arg_value>
|
| 21 |
+
...
|
| 22 |
+
</tool_call>{%- endif -%}
|
| 23 |
+
{%- macro visible_text(content) -%}
|
| 24 |
+
{%- if content is string -%}
|
| 25 |
+
{{- content }}
|
| 26 |
+
{%- elif content is iterable and content is not mapping -%}
|
| 27 |
+
{%- for item in content -%}
|
| 28 |
+
{%- if item is mapping and item.type == 'text' -%}
|
| 29 |
+
{{- item.text }}
|
| 30 |
+
{%- elif item is string -%}
|
| 31 |
+
{{- item }}
|
| 32 |
+
{%- endif -%}
|
| 33 |
+
{%- endfor -%}
|
| 34 |
+
{%- else -%}
|
| 35 |
+
{{- content }}
|
| 36 |
+
{%- endif -%}
|
| 37 |
+
{%- endmacro -%}
|
| 38 |
+
{%- set ns = namespace(last_user_index=-1) %}
|
| 39 |
+
{%- for m in messages %}
|
| 40 |
+
{%- if m.role == 'user' %}
|
| 41 |
+
{% set ns.last_user_index = loop.index0 -%}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- endfor %}
|
| 44 |
+
{% for m in messages %}
|
| 45 |
+
{%- if m.role == 'user' -%}<|user|>
|
| 46 |
+
{{ visible_text(m.content) }}
|
| 47 |
+
{{- '/nothink' if (enable_thinking is defined and not enable_thinking and not visible_text(m.content).endswith("/nothink")) else '' -}}
|
| 48 |
+
{%- elif m.role == 'assistant' -%}
|
| 49 |
+
<|assistant|>
|
| 50 |
+
{%- set reasoning_content = '' %}
|
| 51 |
+
{%- set content = visible_text(m.content) %}
|
| 52 |
+
{%- if m.reasoning_content is string %}
|
| 53 |
+
{%- set reasoning_content = m.reasoning_content %}
|
| 54 |
+
{%- else %}
|
| 55 |
+
{%- if '</think>' in content %}
|
| 56 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 57 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{%- if loop.index0 > ns.last_user_index and reasoning_content -%}
|
| 61 |
+
{{ '\n<think>' + reasoning_content.strip() + '</think>'}}
|
| 62 |
+
{%- else -%}
|
| 63 |
+
{{ '\n<think></think>' }}
|
| 64 |
+
{%- endif -%}
|
| 65 |
+
{%- if content.strip() -%}
|
| 66 |
+
{{ '\n' + content.strip() }}
|
| 67 |
+
{%- endif -%}
|
| 68 |
+
{% if m.tool_calls %}
|
| 69 |
+
{% for tc in m.tool_calls %}
|
| 70 |
+
{%- if tc.function %}
|
| 71 |
+
{%- set tc = tc.function %}
|
| 72 |
+
{%- endif %}
|
| 73 |
+
{{ '\n<tool_call>' + tc.name }}
|
| 74 |
+
{% set _args = tc.arguments %}
|
| 75 |
+
{% for k, v in _args.items() %}
|
| 76 |
+
<arg_key>{{ k }}</arg_key>
|
| 77 |
+
<arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>
|
| 78 |
+
{% endfor %}
|
| 79 |
+
</tool_call>{% endfor %}
|
| 80 |
+
{% endif %}
|
| 81 |
+
{%- elif m.role == 'tool' -%}
|
| 82 |
+
{%- if m.content is string -%}
|
| 83 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 84 |
+
{{- '<|observation|>' }}
|
| 85 |
+
{%- endif %}
|
| 86 |
+
{{- '\n<tool_response>\n' }}
|
| 87 |
+
{{- m.content }}
|
| 88 |
+
{{- '\n</tool_response>' }}
|
| 89 |
+
{%- else -%}
|
| 90 |
+
<|observation|>{% for tr in m.content %}
|
| 91 |
+
|
| 92 |
+
<tool_response>
|
| 93 |
+
{{ tr.output if tr.output is defined else tr }}
|
| 94 |
+
</tool_response>{% endfor -%}
|
| 95 |
+
{% endif -%}
|
| 96 |
+
{%- elif m.role == 'system' -%}
|
| 97 |
+
<|system|>
|
| 98 |
+
{{ visible_text(m.content) }}
|
| 99 |
+
{%- endif -%}
|
| 100 |
+
{%- endfor -%}
|
| 101 |
+
{%- if add_generation_prompt -%}
|
| 102 |
+
<|assistant|>{{- '\n<think></think>' if (enable_thinking is defined and not enable_thinking) else '' -}}
|
| 103 |
+
{%- endif -%}
|
config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Glm4MoeForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"eos_token_id": 151336,
|
| 8 |
+
"first_k_dense_replace": 1,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 10944,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"model_type": "glm4_moe",
|
| 16 |
+
"moe_intermediate_size": 1408,
|
| 17 |
+
"n_group": 1,
|
| 18 |
+
"n_routed_experts": 128,
|
| 19 |
+
"n_shared_experts": 1,
|
| 20 |
+
"norm_topk_prob": true,
|
| 21 |
+
"num_attention_heads": 96,
|
| 22 |
+
"num_experts_per_tok": 8,
|
| 23 |
+
"num_hidden_layers": 46,
|
| 24 |
+
"num_key_value_heads": 8,
|
| 25 |
+
"num_nextn_predict_layers": 1,
|
| 26 |
+
"pad_token_id": 151329,
|
| 27 |
+
"partial_rotary_factor": 0.5,
|
| 28 |
+
"rms_norm_eps": 1e-05,
|
| 29 |
+
"rope_scaling": null,
|
| 30 |
+
"rope_theta": 1000000,
|
| 31 |
+
"routed_scaling_factor": 1.0,
|
| 32 |
+
"tie_word_embeddings": false,
|
| 33 |
+
"topk_group": 1,
|
| 34 |
+
"torch_dtype": "bfloat16",
|
| 35 |
+
"transformers_version": "4.55.2",
|
| 36 |
+
"use_cache": true,
|
| 37 |
+
"use_qk_norm": false,
|
| 38 |
+
"vocab_size": 151552,
|
| 39 |
+
"quantization_config": {
|
| 40 |
+
"quant_method": "exl3",
|
| 41 |
+
"version": "0.0.11",
|
| 42 |
+
"bits": 3.85,
|
| 43 |
+
"head_bits": 6,
|
| 44 |
+
"calibration": {
|
| 45 |
+
"rows": 250,
|
| 46 |
+
"cols": 2048
|
| 47 |
+
},
|
| 48 |
+
"out_scales": "auto",
|
| 49 |
+
"codebook": "mcg"
|
| 50 |
+
}
|
| 51 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151329,
|
| 6 |
+
151336,
|
| 7 |
+
151338
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 151329,
|
| 10 |
+
"transformers_version": "4.55.2"
|
| 11 |
+
}
|
model-00001-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0b03acee0273e3f29e8a29e2964fe51b31d9f55bfaa9ef4f21e53a0ea26304c
|
| 3 |
+
size 7614772888
|
model-00002-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5620d11afcbcf2eca51e33352224b56ef7d81bc0fae02cd2026d2d5eb89cde0
|
| 3 |
+
size 8305768276
|
model-00003-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d0f45954a95c68f2554b52c99d9ee8313c937a230f3824f469453995e401474
|
| 3 |
+
size 7659851628
|
model-00004-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac525ae0612a9c9cc327f5e74849f1a5e305fa413eaa18159079fda91caf3720
|
| 3 |
+
size 7659851676
|
model-00005-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8fc27ea0ee3f82daad6aca3b0efe878f695121734b801ce8220b05becfacb7c
|
| 3 |
+
size 7752126364
|
model-00006-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6fe73844e1bec3bc4a5b2041a9d50872a650e4c7ebc710cb371778902a008ee
|
| 3 |
+
size 7659851628
|
model-00007-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4b63ef60b7209c222ed3cfbe5192dbd9bf183186fb5c9eb815edd702953c5e2
|
| 3 |
+
size 5924026944
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
quantization_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fc7d067fc3c1926ee1b6eafd6db0239b9fcb523bbe540a693ed3af04f1a269a
|
| 3 |
+
size 21625732
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"[MASK]",
|
| 5 |
+
"[gMASK]",
|
| 6 |
+
"[sMASK]",
|
| 7 |
+
"<sop>",
|
| 8 |
+
"<eop>",
|
| 9 |
+
"<|system|>",
|
| 10 |
+
"<|user|>",
|
| 11 |
+
"<|assistant|>",
|
| 12 |
+
"<|observation|>",
|
| 13 |
+
"<|begin_of_image|>",
|
| 14 |
+
"<|end_of_image|>",
|
| 15 |
+
"<|begin_of_video|>",
|
| 16 |
+
"<|end_of_video|>",
|
| 17 |
+
"<|begin_of_audio|>",
|
| 18 |
+
"<|end_of_audio|>",
|
| 19 |
+
"<|begin_of_transcription|>",
|
| 20 |
+
"<|end_of_transcription|>",
|
| 21 |
+
"<|code_prefix|>",
|
| 22 |
+
"<|code_middle|>",
|
| 23 |
+
"<|code_suffix|>",
|
| 24 |
+
"/nothink"
|
| 25 |
+
],
|
| 26 |
+
"eos_token": {
|
| 27 |
+
"content": "<|user|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
},
|
| 33 |
+
"pad_token": {
|
| 34 |
+
"content": "<|endoftext|>",
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"normalized": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"single_word": false
|
| 39 |
+
}
|
| 40 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bda8e2146c3bb7b7e0fc96dcc4f0aeff041c6c27952e3ace0665663ebff346ba
|
| 3 |
+
size 19970700
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,325 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"151329": {
|
| 4 |
+
"content": "<|endoftext|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"151330": {
|
| 12 |
+
"content": "[MASK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"151331": {
|
| 20 |
+
"content": "[gMASK]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"151332": {
|
| 28 |
+
"content": "[sMASK]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"151333": {
|
| 36 |
+
"content": "<sop>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"151334": {
|
| 44 |
+
"content": "<eop>",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"151335": {
|
| 52 |
+
"content": "<|system|>",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"151336": {
|
| 60 |
+
"content": "<|user|>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"151337": {
|
| 68 |
+
"content": "<|assistant|>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"151338": {
|
| 76 |
+
"content": "<|observation|>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"151339": {
|
| 84 |
+
"content": "<|begin_of_image|>",
|
| 85 |
+
"lstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": false,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"151340": {
|
| 92 |
+
"content": "<|end_of_image|>",
|
| 93 |
+
"lstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": false,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"151341": {
|
| 100 |
+
"content": "<|begin_of_video|>",
|
| 101 |
+
"lstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": false,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"151342": {
|
| 108 |
+
"content": "<|end_of_video|>",
|
| 109 |
+
"lstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": false,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"151343": {
|
| 116 |
+
"content": "<|begin_of_audio|>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"151344": {
|
| 124 |
+
"content": "<|end_of_audio|>",
|
| 125 |
+
"lstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": false,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"151345": {
|
| 132 |
+
"content": "<|begin_of_transcription|>",
|
| 133 |
+
"lstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": false,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"151346": {
|
| 140 |
+
"content": "<|end_of_transcription|>",
|
| 141 |
+
"lstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": false,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"151347": {
|
| 148 |
+
"content": "<|code_prefix|>",
|
| 149 |
+
"lstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": false,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"151348": {
|
| 156 |
+
"content": "<|code_middle|>",
|
| 157 |
+
"lstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": false,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"151349": {
|
| 164 |
+
"content": "<|code_suffix|>",
|
| 165 |
+
"lstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": false,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"151350": {
|
| 172 |
+
"content": "<think>",
|
| 173 |
+
"lstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": false,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": false
|
| 178 |
+
},
|
| 179 |
+
"151351": {
|
| 180 |
+
"content": "</think>",
|
| 181 |
+
"lstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": false,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": false
|
| 186 |
+
},
|
| 187 |
+
"151352": {
|
| 188 |
+
"content": "<tool_call>",
|
| 189 |
+
"lstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": false,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": false
|
| 194 |
+
},
|
| 195 |
+
"151353": {
|
| 196 |
+
"content": "</tool_call>",
|
| 197 |
+
"lstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": false,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": false
|
| 202 |
+
},
|
| 203 |
+
"151354": {
|
| 204 |
+
"content": "<tool_response>",
|
| 205 |
+
"lstrip": false,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": false,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": false
|
| 210 |
+
},
|
| 211 |
+
"151355": {
|
| 212 |
+
"content": "</tool_response>",
|
| 213 |
+
"lstrip": false,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": false,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": false
|
| 218 |
+
},
|
| 219 |
+
"151356": {
|
| 220 |
+
"content": "<arg_key>",
|
| 221 |
+
"lstrip": false,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": false,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": false
|
| 226 |
+
},
|
| 227 |
+
"151357": {
|
| 228 |
+
"content": "</arg_key>",
|
| 229 |
+
"lstrip": false,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": false,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": false
|
| 234 |
+
},
|
| 235 |
+
"151358": {
|
| 236 |
+
"content": "<arg_value>",
|
| 237 |
+
"lstrip": false,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": false,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": false
|
| 242 |
+
},
|
| 243 |
+
"151359": {
|
| 244 |
+
"content": "</arg_value>",
|
| 245 |
+
"lstrip": false,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": false,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": false
|
| 250 |
+
},
|
| 251 |
+
"151360": {
|
| 252 |
+
"content": "/nothink",
|
| 253 |
+
"lstrip": false,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": false,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"151361": {
|
| 260 |
+
"content": "<|begin_of_box|>",
|
| 261 |
+
"lstrip": false,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": false,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": false
|
| 266 |
+
},
|
| 267 |
+
"151362": {
|
| 268 |
+
"content": "<|end_of_box|>",
|
| 269 |
+
"lstrip": false,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": false,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": false
|
| 274 |
+
},
|
| 275 |
+
"151363": {
|
| 276 |
+
"content": "<|image|>",
|
| 277 |
+
"lstrip": false,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": false,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": false
|
| 282 |
+
},
|
| 283 |
+
"151364": {
|
| 284 |
+
"content": "<|video|>",
|
| 285 |
+
"lstrip": false,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": false,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": false
|
| 290 |
+
}
|
| 291 |
+
},
|
| 292 |
+
"additional_special_tokens": [
|
| 293 |
+
"<|endoftext|>",
|
| 294 |
+
"[MASK]",
|
| 295 |
+
"[gMASK]",
|
| 296 |
+
"[sMASK]",
|
| 297 |
+
"<sop>",
|
| 298 |
+
"<eop>",
|
| 299 |
+
"<|system|>",
|
| 300 |
+
"<|user|>",
|
| 301 |
+
"<|assistant|>",
|
| 302 |
+
"<|observation|>",
|
| 303 |
+
"<|begin_of_image|>",
|
| 304 |
+
"<|end_of_image|>",
|
| 305 |
+
"<|begin_of_video|>",
|
| 306 |
+
"<|end_of_video|>",
|
| 307 |
+
"<|begin_of_audio|>",
|
| 308 |
+
"<|end_of_audio|>",
|
| 309 |
+
"<|begin_of_transcription|>",
|
| 310 |
+
"<|end_of_transcription|>",
|
| 311 |
+
"<|code_prefix|>",
|
| 312 |
+
"<|code_middle|>",
|
| 313 |
+
"<|code_suffix|>",
|
| 314 |
+
"/nothink"
|
| 315 |
+
],
|
| 316 |
+
"clean_up_tokenization_spaces": false,
|
| 317 |
+
"do_lower_case": false,
|
| 318 |
+
"eos_token": "<|user|>",
|
| 319 |
+
"extra_special_tokens": {},
|
| 320 |
+
"model_max_length": 128000,
|
| 321 |
+
"pad_token": "<|endoftext|>",
|
| 322 |
+
"padding_side": "left",
|
| 323 |
+
"remove_space": false,
|
| 324 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 325 |
+
}
|