Commit
·
a7ac8da
1
Parent(s):
45f7af6
add model
Browse files- config.json +14 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone_checkpoint_name": "t5-base",
|
| 3 |
+
"backbone_class": "T5ForConditionalGeneration",
|
| 4 |
+
"backbone_hash": "373cc800f1cb8fc6344c07eefc92e01e",
|
| 5 |
+
"common_structure": true,
|
| 6 |
+
"delta_type": "soft_prompt",
|
| 7 |
+
"init_range": 0.5,
|
| 8 |
+
"modified_modules": [
|
| 9 |
+
"encoder.block.0"
|
| 10 |
+
],
|
| 11 |
+
"opendelta_version": "0.0.1",
|
| 12 |
+
"soft_token_num": 100,
|
| 13 |
+
"transformers_version": "4.16.0.dev0"
|
| 14 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f293b023c21510e374cbbf2cc55c56f42b3066a29efb3a4def9e5e18595e9ce2
|
| 3 |
+
size 335851
|