jcordon5 commited on
Commit
3be10b4
·
verified ·
1 Parent(s): 30afe93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Fine-Tuned Cybersecurity Threat Detection Model
6
+
7
+ This model is a fine-tune of [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), via Knowledge Distillation of [0dAI-7.5B](https://huggingface.co/0dAI/0dAI-7.5B-v2).
8
+ The fine-tuning was conducted using a curated corpus of 950 cybersecurity rules from SIGMA, YARA, and Suricata repositories for threat and intrusion detection.
9
+
10
+ ## Key Features
11
+ - Fine-tuned on a corpus of cybersecurity threat and intrusion detection rules.
12
+ - Expert in generating YARA, Suricata, and SIGMA rules.
13
+ - Based on Mistral-7B-Instruct-v0.2, with a 32K context window.
14
+
15
+ ## License
16
+ This repository is licensed under the Apache License, Version 2.0. You can obtain a copy of the license at [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
17
+
18
+ ## Warranty Disclaimer
19
+ This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
+
21
+ ## Changes
22
+ This model has been fine-tuned based on the original Mistral-7B-Instruct-v0.2. Significant modifications were made to train it on a cybersecurity corpus for threat and intrusion detection.