Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- flan-t5
|
| 5 |
+
- fine-tuned
|
| 6 |
+
- log-classification
|
| 7 |
+
- sre
|
| 8 |
+
- aiops
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# CodeMentor Flan T5 – Fine-Tuned for Log Classification
|
| 12 |
+
|
| 13 |
+
This model is fine-tuned on QA + PubMed logs for hybrid log classification and runbook generation. It's used in [WatchTowerAI](https://huggingface.co/spaces/Tuathe/watchtowerai-log-analyzer), a Streamlit-based real-time SRE assistant.
|
| 14 |
+
|
| 15 |
+
**Use cases**:
|
| 16 |
+
- Log classification (INFO, WARNING, ERROR, CRITICAL, SECURITY)
|
| 17 |
+
- Runbook generation
|
| 18 |
+
- Slack/S3 integration
|
| 19 |
+
|