Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# NetrAI-L3
|
| 2 |
|
| 3 |
NetrAI-L3 is a domain-adapted language model fine-tuned for security operations use cases, including Suricata alert analysis and SIEM-related event interpretation.
|
|
@@ -8,9 +23,9 @@ The name **NetrAI** is derived from the Sanskrit word *Netra* (Eye), representin
|
|
| 8 |
|
| 9 |
## Base Model
|
| 10 |
|
| 11 |
-
- meta-llama/Llama-3.2-3B-Instruct
|
| 12 |
-
- Fine-tuned using LoRA
|
| 13 |
-
- Final merged model provided in SafeTensor format
|
| 14 |
|
| 15 |
---
|
| 16 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3
|
| 3 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- cybersecurity
|
| 9 |
+
- siem
|
| 10 |
+
- suricata
|
| 11 |
+
- soc
|
| 12 |
+
- llama3
|
| 13 |
+
- security-ai
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# NetrAI-L3
|
| 17 |
|
| 18 |
NetrAI-L3 is a domain-adapted language model fine-tuned for security operations use cases, including Suricata alert analysis and SIEM-related event interpretation.
|
|
|
|
| 23 |
|
| 24 |
## Base Model
|
| 25 |
|
| 26 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 27 |
+
- Fine-tuned using LoRA
|
| 28 |
+
- Final merged model provided in SafeTensor format
|
| 29 |
|
| 30 |
---
|
| 31 |
|