Commit ·
cd6c152
1
Parent(s): c22ef5d
add model
Browse files- config.json +28 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone_checkpoint_name": "roberta-base",
|
| 3 |
+
"backbone_class": "RobertaForSequenceClassification",
|
| 4 |
+
"backbone_hash": "f0e286d3ae46ea2d1d6eb03e77fa0691",
|
| 5 |
+
"bottleneck_dim": null,
|
| 6 |
+
"common_structure": true,
|
| 7 |
+
"delta_type": "compactor",
|
| 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 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e208d359c9c504cf7643f78acf31c77bdb43c85556635788e08a7d50e95099a2
|
| 3 |
+
size 2704633
|