File size: 612 Bytes
168bc68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"model_name": "CycleCore-Maaza-SLM-135M-JSON",
"base_model": "HuggingFaceTB/SmolLM2-135M",
"training_date": "2025-11-20 10:50:49",
"num_epochs": 3,
"learning_rate": 0.0002,
"batch_size": 32,
"train_examples": 629,
"validation_examples": 0,
"test_examples": 158,
"lora_config": {
"enabled": true,
"r": 16,
"lora_alpha": 32,
"lora_dropout": 0.1,
"target_modules": [
"q_proj",
"v_proj",
"k_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"bias": "none",
"task_type": "CAUSAL_LM"
},
"validation_run": false
} |