math-conjecture-model / config.json
NorthernTribe-Research's picture
Add top-level config.json marker to improve default download-stats counting.
95d8f84 verified
{
"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
}
}