akashgenai/ai-incident-root-cause-analyzer
0
๐ Incident Root Cause Analyzer
Fine-tuned LLM to analyze system incidents and generate structured insights.
๐น Features
- Root cause detection
- Severity classification
- Impact analysis
- Recommended actions
๐น Base Model
unsloth/gemma4-2b-it
๐น Method
LoRA-based fine-tuning (SFT)
๐น Example
Input: Database lock contention causing delays
Output: { "issuetype": "performanceissue", "rootcause": "database lock contention", "impact": "request delay", "severity": "high", "recommendedaction": "optimize queries" }
