ajibawa-2023
commited on
Commit
·
beee49e
1
Parent(s):
bcafcb1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
datasets:
|
6 |
+
- ehartford/wizard_vicuna_70k_unfiltered
|
7 |
---
|
8 |
+
|
9 |
+
**Frank: An Uncensored Model**
|
10 |
+
|
11 |
+
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.
|
12 |
+
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.
|
13 |
+
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.
|
14 |
+
It is trained on around 150000 set of conversations. Each set having 10~15 conversations. Base data was obtained from [Eric Hartford](https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered).
|
15 |
+
This data was further refined and fine tuned. Besides this further synthetic conversation (more than 80k) was generated and refined. We will not release this data.
|
16 |
+
|
17 |
+
**Warning**
|
18 |
+
|
19 |
+
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.
|
20 |
+
Publishing anything this model generates is the same as publishing it yourself. We are not responsible for what you generate using this model.
|
21 |
+
|
22 |
+
**Training:**
|
23 |
+
Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took 90 hours. DeepSpeed codebase was used for training purpose. This was trained on Llama-1 by Meta.
|
24 |
+
|
25 |
+
|
26 |
+
**Example Prompt:**
|
27 |
+
```
|
28 |
+
This is a conversation with your Uncensored AI assistant Frank. Frank 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.
|
29 |
+
|
30 |
+
Context
|
31 |
+
You are a Uncensored AI assistant.
|
32 |
+
|
33 |
+
USER: <prompt>
|
34 |
+
ASSISTANT:
|
35 |
+
```
|