Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +47 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "Glm4ForCausalLM",
|
5 |
+
"parent_library": "transformers.models.glm4.modeling_glm4"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "unsloth/GLM-4-32B-0414-unsloth-bnb-4bit",
|
8 |
+
"bias": "none",
|
9 |
+
"corda_config": null,
|
10 |
+
"eva_config": null,
|
11 |
+
"exclude_modules": null,
|
12 |
+
"fan_in_fan_out": false,
|
13 |
+
"inference_mode": true,
|
14 |
+
"init_lora_weights": true,
|
15 |
+
"layer_replication": null,
|
16 |
+
"layers_pattern": null,
|
17 |
+
"layers_to_transform": null,
|
18 |
+
"loftq_config": {},
|
19 |
+
"lora_alpha": 128,
|
20 |
+
"lora_bias": false,
|
21 |
+
"lora_dropout": 0,
|
22 |
+
"megatron_config": null,
|
23 |
+
"megatron_core": "megatron.core",
|
24 |
+
"modules_to_save": null,
|
25 |
+
"peft_type": "LORA",
|
26 |
+
"qalora_group_size": 16,
|
27 |
+
"r": 64,
|
28 |
+
"rank_pattern": {},
|
29 |
+
"revision": null,
|
30 |
+
"target_modules": [
|
31 |
+
"up_proj",
|
32 |
+
"lm_head",
|
33 |
+
"q_proj",
|
34 |
+
"k_proj",
|
35 |
+
"v_proj",
|
36 |
+
"embed_tokens",
|
37 |
+
"down_proj",
|
38 |
+
"o_proj",
|
39 |
+
"gate_proj"
|
40 |
+
],
|
41 |
+
"target_parameters": null,
|
42 |
+
"task_type": null,
|
43 |
+
"trainable_token_indices": null,
|
44 |
+
"use_dora": false,
|
45 |
+
"use_qalora": false,
|
46 |
+
"use_rslora": false
|
47 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbfe240d6ff1aeac22ec8ac29b74e724b5ecf20a269e4a16d664c9233c21a227
|
3 |
+
size 4844767192
|