adapter_t5-base_sst2 / config.json
ShengdingHu's picture
add model
f1f4ff8
raw
history blame contribute delete
488 Bytes
{
"backbone_checkpoint_name": "t5-base",
"backbone_class": "T5ForConditionalGeneration",
"backbone_hash": "8e0d7273bbb07c051fb89c5121a93144",
"bottleneck_dim": 24,
"common_structure": true,
"delta_type": "adapter",
"modified_modules": [
"attn",
"ff"
],
"non_linearity": "gelu_new",
"opendelta_version": "0.0.1",
"sequential": true,
"transformers_version": "4.16.0.dev0",
"unfrozen_modules": [
"deltas",
"layer_norm",
"final_layer_norm"
]
}