Commit
·
ab13f51
1
Parent(s):
2ecb3a2
add model
Browse files- config.json +30 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone_checkpoint_name": "bert-base-uncased",
|
| 3 |
+
"backbone_class": "BertForMaskedLM",
|
| 4 |
+
"backbone_hash": "4fd86ebfdba82e4816c1706b2bb16f11",
|
| 5 |
+
"bottleneck_dim": null,
|
| 6 |
+
"common_structure": true,
|
| 7 |
+
"delta_type": "compacter",
|
| 8 |
+
"factorized_phm": true,
|
| 9 |
+
"factorized_phm_rule": false,
|
| 10 |
+
"hypercomplex_division": 4,
|
| 11 |
+
"hypercomplex_nonlinearity": "glorot-uniform",
|
| 12 |
+
"kronecker_prod": null,
|
| 13 |
+
"learn_phm": true,
|
| 14 |
+
"modified_modules": [
|
| 15 |
+
"attn",
|
| 16 |
+
"ff"
|
| 17 |
+
],
|
| 18 |
+
"non_linearity": "gelu_new",
|
| 19 |
+
"opendelta_version": "0.0.1",
|
| 20 |
+
"phm_c_init": "normal",
|
| 21 |
+
"phm_init_range": 0.0001,
|
| 22 |
+
"phm_rank": 1,
|
| 23 |
+
"reduction_factor": 16,
|
| 24 |
+
"sequential": null,
|
| 25 |
+
"shared_W_phm": false,
|
| 26 |
+
"shared_phm_rule": false,
|
| 27 |
+
"transformers_version": "4.16.0.dev0",
|
| 28 |
+
"use_bias_down_sampler": true,
|
| 29 |
+
"use_bias_up_sampler": true
|
| 30 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39b8043cb72242419fad425d038c9e9f05f4b8cf2429961197f5e543d1ae01bc
|
| 3 |
+
size 330753
|