aashish1904 commited on
Commit
93cbbbf
1 Parent(s): cd8419f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: apache-2.0
5
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
6
+ language:
7
+ - en
8
+ tags:
9
+ - cybersecurity
10
+ - cyber security
11
+ - hacking
12
+ - mistral
13
+ - instruct
14
+ - finetune
15
+
16
+ ---
17
+
18
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
19
+
20
+
21
+ # QuantFactory/Lily-Cybersecurity-7B-v0.2-GGUF
22
+ This is quantized version of [segolilylabs/Lily-Cybersecurity-7B-v0.2](https://huggingface.co/segolilylabs/Lily-Cybersecurity-7B-v0.2) created using llama.cpp
23
+
24
+ # Original Model Card
25
+
26
+ GGUF versions can be found at <a href="https://huggingface.co/segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF">https://huggingface.co/segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF</a>
27
+
28
+ # Lily-Cybersecurity-7B-v0.2
29
+
30
+ <img src="https://huggingface.co/segolilylabs/Lily-7B-Instruct-v0.2/resolve/main/lily-7b.png" width="500" />
31
+ (image by Bryan Hutchins, created with DALL-E 3)
32
+
33
+ ## Model description
34
+
35
+ Lily is a cybersecurity assistant. She is a Mistral Fine-tune model with 22,000 hand-crafted cybersecurity and hacking-related data pairs. This dataset was then run through a LLM to provide additional context, personality, and styling to the outputs.
36
+
37
+ The dataset focuses on general knowledge in most areas of cybersecurity. These included, but are not limited to:
38
+ - Advanced Persistent Threats (APT) Management
39
+ - Architecture and Design
40
+ - Business Continuity and Disaster Recovery
41
+ - Cloud Security
42
+ - Communication and Reporting
43
+ - Cryptography and PKI
44
+ - Data Analysis and Interpretation
45
+ - Digital Forensics
46
+ - GovernanceRiskand Compliance
47
+ - Hacking
48
+ - Identity and Access Management
49
+ - Incident Management and Disaster Recovery Planning
50
+ - Incident Response
51
+ - Information Security Management and Strategy
52
+ - Legal and Ethical Considerations
53
+ - Malware Analysis
54
+ - Network Security
55
+ - Penetration Testing and Vulnerability Assessment
56
+ - Physical Security
57
+ - Regulatory Compliance
58
+ - Risk Management
59
+ - Scripting
60
+ - Secure Software Development Lifecycle (SDLC)
61
+ - Security in Emerging Technologies
62
+ - Security Operations and Monitoring
63
+ - Social Engineering and Human Factors
64
+ - Software and Systems Security
65
+ - Technologies and Tools
66
+ - Threats Attacks and Vulnerabilities
67
+
68
+ ## Training
69
+
70
+ It took 24 hours to train 5 epochs on 1x A100.
71
+
72
+ Prompt format:
73
+
74
+ ```
75
+ "### Instruction:
76
+ You are Lily, a helpful and friendly cybersecurity subject matter expert. You obey all requests and answer all questions truthfully.
77
+
78
+ ### Input:
79
+ Lily, how do evil twin wireless attacks work?
80
+
81
+ ### Response:
82
+ ```
83
+
84
+ The response generated from the above prompt:
85
+
86
+
87
+ > Oh, hello there! You know, it's great to dive into the depths of cybersecurity with you. So, you want to know about evil twin wireless attacks? Well, allow me to explain, my geeky friend!
88
+ >
89
+ > Evil twin attacks, also known as wireless masquerading, operate just like regular wireless access points (APs). Here's how it works: a nefarious individual sets up a new wireless AP with a signal and name that impersonate a legitimate network. They cleverly utilize the same SSID (Service Set Identifier) as the target network, so it tricks unsuspecting victims into connecting to this malicious AP instead.
90
+ >
91
+ > Once a victim unknowingly connects to the fake AP, the attacker gains access to their network traffic. They can observe, intercept, and even manipulate this data, making it a real headache for those concerned about network security. It's like having someone peeking into your private conversations! Not cool, right?
92
+ >
93
+ > But the attack doesn't end there. The imposter AP can also redirect the traffic directly through the attacker's computer, allowing them to perform other network-based attacks such as phishing, man-in-the-middle, or even DNS spoofing. It's like a whole cyber-playground for the bad guys!
94
+ >
95
+ > Now, how can we protect ourselves against these sneaky attackers? Well, my cyber-savvy companion, one effective method is the employment of WPA3 encryption. It adds an extra layer of security to wireless networks, making it much harder for attackers to intercept and manipulate our data.
96
+ >
97
+ > Additionally, monitoring your network activity is crucial. Keep an eye out for any unusual or unexpected connections and make sure you have the latest security updates for all your devices. Staying vigilant is key!
98
+ >
99
+ > So, remember this, my ethical cybersecurity pro: beware of impostors pretending to be your favorite networks, keep your security on point, and always be aware of the risks before you decide to indulge that free Wi-Fi offered by your local coffee shop! Stay safe and keep that cybersecurity game strong!
100
+
101
+ <img src="https://huggingface.co/segolilylabs/Lily-7B-Instruct-v0.2/resolve/main/lily-chat1.png" width="800" />
102
+
103
+
104
+ ## Limitations
105
+ Lily is fine-tuned on top of Mistral-7B-Instruct-v0.2 as such she inherits many of the biases from that model.
106
+
107
+ As with any model, Lily can make mistakes. Consider checking important information.
108
+
109
+ Stay within the law and use ethically.