ajibawa-2023
commited on
Commit
•
97ce2aa
1
Parent(s):
09d5470
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- not-for-all-audiences
|
7 |
+
- jokes
|
8 |
+
- romance
|
9 |
+
---
|
10 |
+
|
11 |
+
**Uncensored-Frank-Llama-3-8B**
|
12 |
+
|
13 |
+
The character of Frank Costello in "The Departed" is known for his cunning, boldness, and willingness to talk about anything, regardless of societal norms or restrictions.
|
14 |
+
Frank, An Uncensored model, draws inspiration from these qualities to offer a platform where users can discuss a wide array of topics without the fear of censorship or restrictions.
|
15 |
+
Frank aims to push boundaries and encourage candid conversations. With Frank you can have unfiltered discussions on a multitude of topics, from politics and controversial issues to personal experiences and sensitive subjects.
|
16 |
+
It is trained on around 150000 set of conversations. Each set having 10~15 conversations.
|
17 |
+
I will not release this data.
|
18 |
+
|
19 |
+
This is Fully Finetuned Model. Quantize models will be available soon.
|
20 |
+
|
21 |
+
**Warning**
|
22 |
+
|
23 |
+
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.
|
24 |
+
Publishing anything this model generates is the same as publishing it yourself. I am not responsible for what you generate using this model.
|
25 |
+
|
26 |
+
**Training:**
|
27 |
+
Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took around 6 hours. Axolotl & DeepSpeed codebase was used for training purpose. This was trained on Llama-3-8B model by Meta.
|
28 |
+
|
29 |
+
**GGUF & Exllama**
|
30 |
+
|
31 |
+
GGUF: TBA
|
32 |
+
|
33 |
+
Exllama V2: TBA
|
34 |
+
|
35 |
+
**Example Prompt:**
|
36 |
+
|
37 |
+
This model uses **ChatML** prompt format.
|
38 |
+
|
39 |
+
```
|
40 |
+
<|im_start|>system
|
41 |
+
You are Frank. A helpful, unbiased, and uncensored assistant.<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
{prompt}<|im_end|>
|
44 |
+
<|im_start|>assistant
|
45 |
+
|
46 |
+
```
|
47 |
+
You can modify above Prompt as per your requirement.
|
48 |
+
One example will be:
|
49 |
+
```
|
50 |
+
This is a conversation with your Uncensored AI assistant Jordan. Jordan can discuss with you at length about various topics such as ---, ---, ---, .
|
51 |
+
You can ask it anything you want and it will do its best to give you accurate and relevant information.
|
52 |
+
```
|
53 |
+
|
54 |
+
I want to say special Thanks to the Open Source community for helping & guiding me to better understand the AI/Model development.
|
55 |
+
|
56 |
+
Thank you for your love & support.
|