my-exaone-raft-model / model_info.json
ryanu's picture
Upload model_info.json with huggingface_hub
accf4f7 verified
raw
history blame contribute delete
473 Bytes
{
"base_model": "LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct",
"model_type": "QLoRA",
"task_type": "RAG Fine-tuning",
"save_timestamp": "2025-09-04T18:39:43.037230",
"lora_config": {
"r": 8,
"lora_alpha": 16,
"lora_dropout": 0.05,
"target_modules": [
"q_proj",
"k_proj",
"out_proj",
"v_proj"
]
},
"training_info": {
"trainable_parameters": 3993600,
"total_parameters": 1337807360,
"training_samples": 400
}
}