nehalelkaref
commited on
Commit
•
f5fdeef
1
Parent(s):
137f886
first push
Browse files- adapter_config.json +41 -0
- head_config.json +36 -0
- pytorch_adapter.bin +3 -0
- pytorch_model_head.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"adapter_residual_before_ln": false,
|
4 |
+
"cross_adapter": false,
|
5 |
+
"factorized_phm_W": true,
|
6 |
+
"factorized_phm_rule": false,
|
7 |
+
"hypercomplex_nonlinearity": "glorot-uniform",
|
8 |
+
"init_weights": "bert",
|
9 |
+
"inv_adapter": null,
|
10 |
+
"inv_adapter_reduction_factor": null,
|
11 |
+
"is_parallel": false,
|
12 |
+
"learn_phm": true,
|
13 |
+
"leave_out": [],
|
14 |
+
"ln_after": false,
|
15 |
+
"ln_before": false,
|
16 |
+
"mh_adapter": false,
|
17 |
+
"non_linearity": "relu",
|
18 |
+
"original_ln_after": true,
|
19 |
+
"original_ln_before": true,
|
20 |
+
"output_adapter": true,
|
21 |
+
"phm_bias": true,
|
22 |
+
"phm_c_init": "normal",
|
23 |
+
"phm_dim": 4,
|
24 |
+
"phm_init_range": 0.0001,
|
25 |
+
"phm_layer": false,
|
26 |
+
"phm_rank": 1,
|
27 |
+
"reduction_factor": 16,
|
28 |
+
"residual_before_ln": true,
|
29 |
+
"scaling": 1.0,
|
30 |
+
"shared_W_phm": false,
|
31 |
+
"shared_phm_rule": true,
|
32 |
+
"use_gating": false
|
33 |
+
},
|
34 |
+
"config_id": "9076f36a74755ac4",
|
35 |
+
"hidden_size": 768,
|
36 |
+
"model_class": "BertAdapterModel",
|
37 |
+
"model_name": "UBC-NLP/MARBERT",
|
38 |
+
"model_type": "bert",
|
39 |
+
"name": "qadi",
|
40 |
+
"version": "3.2.1"
|
41 |
+
}
|
head_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"activation_function": "tanh",
|
4 |
+
"bias": true,
|
5 |
+
"head_type": "classification",
|
6 |
+
"label2id": {
|
7 |
+
"LABEL_0": 0,
|
8 |
+
"LABEL_1": 1,
|
9 |
+
"LABEL_10": 10,
|
10 |
+
"LABEL_11": 11,
|
11 |
+
"LABEL_12": 12,
|
12 |
+
"LABEL_13": 13,
|
13 |
+
"LABEL_14": 14,
|
14 |
+
"LABEL_15": 15,
|
15 |
+
"LABEL_16": 16,
|
16 |
+
"LABEL_17": 17,
|
17 |
+
"LABEL_2": 2,
|
18 |
+
"LABEL_3": 3,
|
19 |
+
"LABEL_4": 4,
|
20 |
+
"LABEL_5": 5,
|
21 |
+
"LABEL_6": 6,
|
22 |
+
"LABEL_7": 7,
|
23 |
+
"LABEL_8": 8,
|
24 |
+
"LABEL_9": 9
|
25 |
+
},
|
26 |
+
"layers": 2,
|
27 |
+
"num_labels": 18,
|
28 |
+
"use_pooler": false
|
29 |
+
},
|
30 |
+
"hidden_size": 768,
|
31 |
+
"model_class": "BertAdapterModel",
|
32 |
+
"model_name": "UBC-NLP/MARBERT",
|
33 |
+
"model_type": "bert",
|
34 |
+
"name": "qaid",
|
35 |
+
"version": "3.2.1"
|
36 |
+
}
|
pytorch_adapter.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f95d81273ab2fd07de012753c6ada0c81abbaf964ff48a7445b8fff949e47d30
|
3 |
+
size 3594917
|
pytorch_model_head.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11230039409a0e3244abca117f5357e78dbedf88534b50c6c6a895fbb475baa8
|
3 |
+
size 2419425
|