k1h0/codellama-7b-prompt-java
03
1{2 "auto_mapping": null,3 "base_model_name_or_path": "codellama/CodeLlama-7b-hf",4 "inference_mode": true,5 "num_attention_heads": 32,6 "num_layers": 32,7 "num_transformer_submodules": 1,8 "num_virtual_tokens": 20,9 "peft_type": "PROMPT_TUNING",10 "prompt_tuning_init": "RANDOM",11 "prompt_tuning_init_text": null,12 "revision": null,13 "task_type": "CAUSAL_LM",14 "token_dim": 4096,15 "tokenizer_kwargs": null,16 "tokenizer_name_or_path": "codellama/CodeLlama-7b-hf"17}