File size: 506 Bytes
7cad387 869f422 7cad387 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"base_model": "Qwen/Qwen2.5-0.5B-Instruct",
"hf_repo": "almamunkhan/MamunAI",
"lora_rank": 8,
"lora_alpha": 16,
"lora_dropout": 0.05,
"max_seq_length": 256,
"num_epochs_per_run": 1,
"total_runs": 2,
"total_samples_trained": 3778,
"last_run_samples": 778,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"dataset_source": "https://raw.githubusercontent.com/hunterking42/Mamun_AI/main/dataset.jsonl"
} |