Financial_Agent_flant5 / adapter_config.json
Chaitanya14's picture
Update adapter_config.json
6f27ba8 verified
raw
history blame contribute delete
339 Bytes
{
"base_model_name_or_path": "google/flan-t5-large",
"encoder_hidden_size": 1024,
"inference_mode": true,
"num_attention_heads": 16,
"num_layers": 24,
"num_transformer_submodules": 2,
"num_virtual_tokens": 100,
"peft_type": "PREFIX_TUNING",
"prefix_projection": false,
"task_type": "SEQ_2_SEQ_LM",
"token_dim": 1024
}