Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- 5g
|
| 9 |
+
- telecom
|
| 10 |
+
- anomaly-detection
|
| 11 |
+
- rca
|
| 12 |
+
- qlora
|
| 13 |
+
- mistral
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# 5G Core RCA Anomaly Model v4
|
| 17 |
+
|
| 18 |
+
QLoRA fine-tune of Mistral-7B-Instruct-v0.2 for 5G Core NOC anomaly detection and root cause analysis with chain-of-thought reasoning.
|