File size: 389 Bytes
3940c87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"auto_mapping": null,
"base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"encoder_hidden_size": 512,
"inference_mode": true,
"num_attention_heads": 4,
"num_layers": 22,
"num_transformer_submodules": 1,
"num_virtual_tokens": 20,
"peft_type": "PREFIX_TUNING",
"prefix_projection": true,
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 256
} |