Text Generation
Transformers
Safetensors
English
mistral
code
cybersecurity
penetration testing
hacking
conversational
text-generation-inference
Inference Endpoints
preemware commited on
Commit
df7ca43
1 Parent(s): 647e312

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - code
7
+ - cybersecurity
8
+ - penetration testing
9
+ - hacking
10
+ datasets:
11
+ - CyberNative/Code_Vulnerability_Security_DPO
12
+ - diffnamehard/toxic-dpo-v0.1-NoWarning-alpaca
13
+ - mlabonne/chatml-OpenHermes2.5-dpo-binarized-alpha
14
+ ---
15
+ # Prox 7B DPO
16
+
17
+ By OpenVoid AI
18
+
19
+ Discord: https://discord.gg/QbsFHRjqxH
20
+
21
+ <img src="https://cdn.openvoid.ai/images/prox-7b.png" width="600" />
22
+
23
+ ## Model description
24
+
25
+ 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.
26
+
27
+ ## Intended uses & limitations
28
+
29
+ This model is designed to assist with a variety of natural language processing tasks related to hacking and coding, such as:
30
+
31
+ - Code generation
32
+ - Code explanation and documentation
33
+ - Answering questions about hacking techniques and cybersecurity
34
+ - Providing insights and suggestions for coding projects
35
+
36
+ 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.
37
+
38
+ ## Training data
39
+
40
+ 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.
41
+
42
+ ## Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+
46
+ - Learning rate: 5e-06
47
+ - Train batch size: 2
48
+ - Eval batch size: 2
49
+ - Seed: 42
50
+ - Distributed type: multi-GPU
51
+ - Number of devices: 8
52
+ - Gradient accumulation steps: 4
53
+ - Total train batch size: 64
54
+ - Total eval batch size: 16
55
+ - Optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
56
+ - LR scheduler type: cosine
57
+ - LR scheduler warmup steps: 10
58
+ - Number of epochs: 4
59
+
60
+ The training was performed using a distributed multi-GPU setup to accelerate the process and handle the large model size.