File size: 613 Bytes
bf2975e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-3.2-1B",
"inference_mode": true,
"init_prompts": null,
"num_attention_heads": 16,
"num_layers": 16,
"num_transformer_submodules": 1,
"num_virtual_tokens": 100,
"origin_prompts": [
"origin_0_meta-llama-3.2-1b"
],
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Predict if sentiment of this review is positive or negative",
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 2048,
"tokenizer_kwargs": null,
"tokenizer_name_or_path": "meta-llama/Llama-3.2-1B"
} |