ShengdingHu
commited on
Commit
·
1365700
1
Parent(s):
d519123
add model
Browse files- config.json +17 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_checkpoint_name": "t5-large",
|
3 |
+
"backbone_class": "T5ForConditionalGeneration",
|
4 |
+
"backbone_hash": "d1881ceefe69505196a39e206a097fb4",
|
5 |
+
"common_structure": null,
|
6 |
+
"delta_type": "lowrankadapter",
|
7 |
+
"low_rank_rank": 1,
|
8 |
+
"low_rank_w_init": "glorot-uniform",
|
9 |
+
"modified_modules": [
|
10 |
+
"SelfAttention",
|
11 |
+
"DenseReluDense"
|
12 |
+
],
|
13 |
+
"non_linearity": "gelu_new",
|
14 |
+
"opendelta_version": "0.0.1",
|
15 |
+
"reduction_factor": 32,
|
16 |
+
"transformers_version": "4.17.0"
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b144185d0d37ed5edc50730bbb3e1caeac16b11df9db6ec63fa92dc060cb8b5
|
3 |
+
size 1517889
|