longT5-sufu-fin / adapter_config.json
Jordancole21's picture
Upload model
dabb4ab
raw
history blame contribute delete
No virus
343 Bytes
{
"base_model_name_or_path": "google/long-t5-tglobal-xl",
"encoder_hidden_size": 2048,
"inference_mode": true,
"num_attention_heads": 32,
"num_layers": 24,
"num_transformer_submodules": 2,
"num_virtual_tokens": 20,
"peft_type": "PREFIX_TUNING",
"prefix_projection": false,
"task_type": "SEQ_2_SEQ_LM",
"token_dim": 2048
}