Commit ·
7e68ee6
1
Parent(s): d025568
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": "64bbcc29bebde021c5d66140a8f51728",
|
| 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:0141154db5dbd9af13f29b304985e8167932cbc02cb983e6644c04cd5e2086dd
|
| 3 |
+
size 335851
|