Commit
·
2c1c604
1
Parent(s):
50000b6
add model
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_checkpoint_name": "t5-base",
|
3 |
+
"backbone_class": "T5ForConditionalGeneration",
|
4 |
+
"backbone_hash": "fae4b8ca9998f303ed71bd7230797d0d",
|
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.16.0.dev0"
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b72dfdda00c56b0ecbcd3fb22c325e0ed38a625296a8037d0726af1260a59444
|
3 |
+
size 1084131
|