TEST-CS781-A2-Q1-SOFT-PROMPT / adapter_config.json
junthbasnet's picture
Training in progress, epoch 1
7bbea83 verified
raw
history blame contribute delete
437 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "t5-small",
"inference_mode": true,
"num_attention_heads": 8,
"num_layers": 6,
"num_transformer_submodules": 2,
"num_virtual_tokens": 20,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "RANDOM",
"prompt_tuning_init_text": null,
"revision": null,
"task_type": "SEQ_2_SEQ_LM",
"token_dim": 512,
"tokenizer_kwargs": null,
"tokenizer_name_or_path": null
}