model weights
Browse files- ck/ck.safetensors +3 -0
- cx/adapter_config.json +40 -0
- cx/adapter_model.safetensors +3 -0
- model_config.json +1 -0
- seq_score.pt +3 -0
- tok_score.pt +3 -0
ck/ck.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04ec1578ccfec6a7320bad2574cf0e4a5459b1e03cda83da5370a18f6dbd3841
|
3 |
+
size 12599856
|
cx/adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "Qwen2Model",
|
5 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
|
8 |
+
"bias": "none",
|
9 |
+
"eva_config": null,
|
10 |
+
"exclude_modules": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"init_lora_weights": true,
|
14 |
+
"layer_replication": null,
|
15 |
+
"layers_pattern": null,
|
16 |
+
"layers_to_transform": null,
|
17 |
+
"loftq_config": {},
|
18 |
+
"lora_alpha": 16,
|
19 |
+
"lora_bias": false,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": null,
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 8,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"up_proj",
|
30 |
+
"k_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"down_proj",
|
33 |
+
"o_proj",
|
34 |
+
"q_proj",
|
35 |
+
"v_proj"
|
36 |
+
],
|
37 |
+
"task_type": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_rslora": false
|
40 |
+
}
|
cx/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13ecef6a2f6634949d1f16fdfa313dcc0ce3e3223dfbf6b72a2be2d4caed0b5a
|
3 |
+
size 59930608
|
model_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"base_model_name": "Qwen/Qwen2.5-3B-Instruct", "num_token_labels": 2, "num_seq_labels": 2}
|
seq_score.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:718c6610b175fa3d9a2af7b605873af02b2f54c59f0460a8426ce71cd39c2917
|
3 |
+
size 17638
|
tok_score.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7be3ed6da44d9bfcc28a3a49cf8a3aa38f1ce3228976b64e4ce964f3378ad7de
|
3 |
+
size 17892
|