CoolFace
Modelpublic

akashgenai/ai-incident-root-cause-analyzer

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
Model Card

๐Ÿš€ 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" }