migtissera commited on
Commit
c98141d
1 Parent(s): 18a24a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -26
README.md CHANGED
@@ -2,32 +2,6 @@
2
  license: llama2
3
  ---
4
 
5
- # Our Offensive Cybersecurity Model WhiteRabbitNeo-33B model is now in beta!
6
- Access at: https://www.whiterabbitneo.com/
7
-
8
- # Join Our Discord Server
9
- Join us at: https://discord.gg/8Ynkrcbk92 (Updated on Dec 29th. Now permanent link to join)
10
-
11
- # LLaMA-2 Licence + WhiteRabbitNeo Extended Version
12
-
13
- # Licence: Usage Restrictions
14
-
15
- ```
16
- You agree not to use the Model or Derivatives of the Model:
17
-
18
- - In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party;
19
- - For military use in any way;
20
- - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
21
- - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
22
- - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
23
- - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
24
- - To defame, disparage or otherwise harass others;
25
- - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
26
- - For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
27
- - To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
28
- - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
29
- ```
30
-
31
  # Trinity
32
 
33
 
@@ -37,6 +11,13 @@ You agree not to use the Model or Derivatives of the Model:
37
  Trinity is a coding specific model series that can be used to create autonomous agents. In the future, we will be releasing agent software that uses this model.
38
 
39
 
 
 
 
 
 
 
 
40
  ```
41
  import torch, json
42
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
2
  license: llama2
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # Trinity
6
 
7
 
 
11
  Trinity is a coding specific model series that can be used to create autonomous agents. In the future, we will be releasing agent software that uses this model.
12
 
13
 
14
+ # Our Offensive Cybersecurity Model WhiteRabbitNeo-33B model is now in beta!
15
+ Access at: https://www.whiterabbitneo.com/
16
+
17
+ # Join Our Discord Server
18
+ Join us at: https://discord.gg/8Ynkrcbk92 (Updated on Dec 29th. Now permanent link to join)
19
+
20
+ # Sample Inference Code
21
  ```
22
  import torch, json
23
  from transformers import AutoModelForCausalLM, AutoTokenizer