cackerman's picture
Upload model
e5cc619
raw
history blame contribute delete
426 Bytes
{
"base_model_name_or_path": "gpt2-large",
"inference_mode": true,
"num_attention_heads": 20,
"num_layers": 36,
"num_transformer_submodules": 1,
"num_virtual_tokens": 16,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Classify if the tweet refers to a real disaster or not:",
"task_type": "CAUSAL_LM",
"token_dim": 1280,
"tokenizer_name_or_path": "gpt2-large"
}