| { | |
| "base_model_name_or_path": "gpt2-medium", | |
| "inference_mode": true, | |
| "num_attention_heads": 16, | |
| "num_layers": 24, | |
| "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": 1024, | |
| "tokenizer_name_or_path": "gpt2-medium" | |
| } |