File size: 413 Bytes
3978b94 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"base_model_name_or_path": "tiiuae/falcon-7b",
"inference_mode": true,
"num_attention_heads": 71,
"num_layers": 32,
"num_transformer_submodules": 1,
"num_virtual_tokens": 500,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Formulate",
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 4544,
"tokenizer_name_or_path": "tiiuae/falcon-7b"
} |