File size: 461 Bytes
95d8f84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_type": "peft",
  "architectures": [
    "PeftModelForCausalLM"
  ],
  "base_model_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
  "peft_type": "LORA",
  "task_type": "CAUSAL_LM",
  "_note": "Top-level config.json kept for Hugging Face default download-stats query file counting.",
  "parameter_counts": {
    "total_params": 502830976,
    "trainable_params": 8798208,
    "frozen_params": 494032768,
    "trainable_ratio": 0.017497346861940342
  }
}