add model
Browse files- config.json +21 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_checkpoint_name": "t5-3b",
|
3 |
+
"backbone_class": "T5ForConditionalGeneration",
|
4 |
+
"backbone_hash": "9f688d26560cafe96c021bbfc020b6d7",
|
5 |
+
"bottleneck_dim": 24,
|
6 |
+
"common_structure": true,
|
7 |
+
"delta_type": "adapter",
|
8 |
+
"modified_modules": [
|
9 |
+
"attn",
|
10 |
+
"ff"
|
11 |
+
],
|
12 |
+
"non_linearity": "gelu_new",
|
13 |
+
"opendelta_version": "0.0.1",
|
14 |
+
"sequential": true,
|
15 |
+
"transformers_version": "4.10.0",
|
16 |
+
"unfrozen_modules": [
|
17 |
+
"deltas",
|
18 |
+
"layer_norm",
|
19 |
+
"final_layer_norm"
|
20 |
+
]
|
21 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa23852ed3a43871d6e1d5aeac3f3dc1d3fac85214510b01888356875da5427b
|
3 |
+
size 20039501
|