kisejin's picture
./saves/prompt_tuning_sst2_text_origin_0_meta-llama-3.2-1b_best
bf2975e verified
raw
history blame contribute delete
613 Bytes
{
"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"
}