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