preemware commited on
Commit
c1ec076
·
verified ·
1 Parent(s): 1fbb158

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - code
7
+ - cybersecurity
8
+ - penetration testing
9
+ - hacking
10
+ ---
11
+ # Prox 7B SFT
12
+
13
+ By OpenVoid AI
14
+
15
+ Discord: https://discord.gg/QbsFHRjqxH
16
+
17
+ <img src="https://cdn.openvoid.ai/images/prox-7b.png" width="600" />
18
+
19
+ ## Model description
20
+
21
+ This model is based on [Mistral-7b-v0.2](https://huggingface.co/alpindale/Mistral-7B-v0.2-hf) a new base model released by MistralAI on March 23, 2024 but they have not yet published on HuggingFace. It has been fine-tuned on a dataset containing information related to hacking and coding, with the aim of enhancing its performance on tasks within these domains.
22
+
23
+ ## Intended uses & limitations
24
+
25
+ This model is designed to assist with a variety of natural language processing tasks related to hacking and coding, such as:
26
+
27
+ - Code generation
28
+ - Code explanation and documentation
29
+ - Answering questions about hacking techniques and cybersecurity
30
+ - Providing insights and suggestions for coding projects
31
+
32
+ However, it is important to note that while the model has been fine-tuned on hacking and coding data, it should not be relied upon for critical security applications or used to engage in illegal activities. The model's outputs should be carefully reviewed and verified by experts in the relevant fields before being put into practice.
33
+
34
+ ## Training data
35
+
36
+ The prox-7b model was fine-tuned on a proprietary dataset curated by OpenVoid AI, which consists of a diverse range of hacking and coding-related content.
37
+
38
+ ## Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+
42
+ - Learning rate: 5e-06
43
+ - Train batch size: 2
44
+ - Eval batch size: 2
45
+ - Seed: 42
46
+ - Distributed type: multi-GPU
47
+ - Number of devices: 8
48
+ - Gradient accumulation steps: 4
49
+ - Total train batch size: 64
50
+ - Total eval batch size: 16
51
+ - Optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
52
+ - LR scheduler type: cosine
53
+ - LR scheduler warmup steps: 10
54
+ - Number of epochs: 4
55
+
56
+ The training was performed using a distributed multi-GPU setup to accelerate the process and handle the large model size.