llama-3.2-3b-A1.5 / model_config.json
askalgore's picture
Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation
48c6970 verified
raw
history blame contribute delete
338 Bytes
{
"model_name": "meta-llama/Llama-3.2-3B",
"max_sequence_length": 2048,
"lora_rank": 16,
"lora_alpha": 32,
"lora_dropout": 0.1,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"use_quantization": true,
"load_in_4bit": true
}