ajibawa-2023 commited on
Commit
ae1d62f
1 Parent(s): 6025aaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ **Jordan: An Uncensored Model**
8
+
9
+ The name "Jordan" pays homage to the charismatic character Jordan Belfort, portrayed by Leonardo DiCaprio in the movie "The Wolf of Wall Street."
10
+ Just like the character, Jordan aspires to push boundaries and encourage unfiltered conversations.
11
+ Jordan Belfort, the central character in "The Wolf of Wall Street," is known for his audaciousness, charisma, and willingness to speak about anything, no matter the societal norms or boundaries.
12
+ Jordan, the AI language model, draws inspiration from these qualities to offer a space where users can discuss a wide range of topics without fear of censorship or constraints.
13
+ Users can engage in candid discussions about politics, religion, contentious issues, and other subjects that might be off-limits on mainstream social media platforms.
14
+ It is trained on around 155000 set of conversations. Each set having 10~15 conversations. We will not release this data.
15
+
16
+ **Warning**
17
+
18
+ An uncensored model has no or little guardrails. You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous objects.
19
+ Publishing anything this model generates is the same as publishing it yourself. We are not responsible for what you generate using this model.
20
+
21
+ **Training:**
22
+ Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took 28 hours. DeepSpeed codebase was used for training purpose. This was trained on Llama-1 by Meta.
23
+ Llama-1 was used as it is very useful for Uncensored conversation.
24
+
25
+ **GPTQ GGML & AWQ**
26
+
27
+ GPTQ: TBA
28
+
29
+ GGUF: TBA
30
+
31
+ AWQ: TBA
32
+
33
+
34
+
35
+ **Example Prompt:**
36
+ ```
37
+ This is a conversation with your Uncensored AI assistant Jordan. Jordan can discuss with you at length about various topics such as ---, ---, ---, . You can ask it anything you want and it will do its best to give you accurate and relevant information.
38
+
39
+ Context
40
+ You are a Uncensored AI assistant.
41
+
42
+ USER: <prompt>
43
+ ASSISTANT:
44
+ ```