p-tuning-t2t-gpt2-large-with-sst2 / adapter_config.json
kisejin's picture
p-tuning-t2t-gpt2-large-with-sst2
ed83372 verified
raw
history blame contribute delete
421 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "gpt2",
"encoder_dropout": 0.0,
"encoder_hidden_size": 768,
"encoder_num_layers": 2,
"encoder_reparameterization_type": "MLP",
"inference_mode": true,
"num_attention_heads": 12,
"num_layers": 12,
"num_transformer_submodules": 1,
"num_virtual_tokens": 20,
"peft_type": "P_TUNING",
"revision": null,
"task_type": "SEQ_CLS",
"token_dim": 768
}