hep-chat-entrypoint / models.json
ho22joshua's picture
Add agent-friendly inference and diagnostics
1375f74
Raw
History Blame Contribute Delete
985 Bytes
{
"default": "hep-qwen2.5-7b-lora16-sigbg-irred-red-step2200",
"models": {
"hep-qwen2.5-7b-lora16-sigbg-irred-red-step2200": {
"base_model": "Qwen/Qwen2.5-7B-Instruct",
"adapter": "ho22joshua/hep-qwen2.5-7b-lora16-sigbg-irred-red-step2200",
"description": "HEP LoRA adapter trained on signal/background classification prompts.",
"parameter_count": "7B",
"architecture": "Qwen2.5 causal language model with LoRA adapter",
"intended_tasks": [
"high-energy-physics chat",
"signal and background reasoning",
"dominant, irreducible, and reducible background classification"
],
"minimum_requirements": {
"disk_free_gb": 25,
"system_ram_gb": 32,
"mac_unified_memory_gb": 32,
"cuda_vram_gb": 16
},
"recommended_requirements": {
"disk_free_gb": 50,
"system_ram_gb": 64,
"mac_unified_memory_gb": 64,
"cuda_vram_gb": 24
}
}
}
}