Chaitanyag01 commited on
Commit
8a3cef3
ยท
verified ยท
1 Parent(s): 1a7bc81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,17 +1,35 @@
1
- # OpenSOC-AI Model
2
 
3
- This model is part of the OpenSOC-AI project, designed to automate threat classification in Security Operations Centers (SOC).
4
 
5
- ## Use Case
 
 
 
6
  - SOC alert classification
7
  - Threat prioritization
8
- - Security automation
9
 
10
- ## Paper
11
  https://arxiv.org/abs/2604.26217
12
 
13
- ## GitHub
14
  https://github.com/chaitanyagarware/opensoc-ai
15
 
16
- ## Notes
17
- This model is fine-tuned on a custom SOC dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OpenSOC-AI
2
 
3
+ OpenSOC-AI is a fine-tuned language model designed to automate threat classification in Security Operations Centers (SOC).
4
 
5
+ ## ๐Ÿ” Overview
6
+ This model classifies SOC alerts and prioritizes threats using a fine-tuned LLM trained on custom security datasets.
7
+
8
+ ## ๐Ÿš€ Use Cases
9
  - SOC alert classification
10
  - Threat prioritization
11
+ - Security automation workflows
12
 
13
+ ## ๐Ÿ“„ Paper
14
  https://arxiv.org/abs/2604.26217
15
 
16
+ ## ๐Ÿ’ป Code
17
  https://github.com/chaitanyagarware/opensoc-ai
18
 
19
+ ## ๐Ÿ“ฆ Model Details
20
+ - Format: safetensors
21
+ - Precision: 8-bit
22
+ - Base model: (add if you used one like LLaMA, Mistral, etc.)
23
+
24
+ ## โš ๏ธ Notes
25
+ This model is trained on a custom SOC dataset and intended for research purposes.
26
+
27
+ ## ๐Ÿ“– Citation
28
+ If you use this model, please cite:
29
+
30
+ @article{garware2026opensoc,
31
+ title={OpenSOC-AI: Automating Threat Classification in Security Operations Centers Using Fine-Tuned Language Models},
32
+ author={Garware, Chaitanya},
33
+ year={2026},
34
+ journal={arXiv preprint arXiv:2604.26217}
35
+ }