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": "43814f0581e33651997d4cbde8baf341",
|
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:c7a9cafc9e76ceaae725d1e753d6d83c9c74a7a9e0d52c3bc7888bab8a080f1d
|
3 |
+
size 20039501
|