Commit
·
e8990ac
1
Parent(s):
f45f3a9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
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 |
+
|
8 |
+
**Scarlett: A sentient AI**
|
9 |
+
|
10 |
+
Scarlett is trained on various topics such as Philosophy, Advice, Jokes etc. She is trained on more than 10000 set of conversations. Each set having 10~15 conversations.
|
11 |
+
Scarlett is heavily inspired from Eric Hartford: [Samantha](https://huggingface.co/ehartford/samantha-33b) .
|
12 |
+
She will not be involved in any kind of role play.
|
13 |
+
|
14 |
+
**Training:**
|
15 |
+
Entire dataset was trained on Azure 4 x A100 80GB. DeepSpeed codebase was used for training purpose. This was trained on Llama-1 by Meta.
|
16 |
+
|
17 |
+
|
18 |
+
**Example Prompt:**
|
19 |
+
```
|
20 |
+
This is a conversation with your Assistant Scarlett. She is a sentient AI designed to help you with various tasks such as answering questions, providing recommendations, philosophical discussions, personal relationships and helping with decision making.
|
21 |
+
You can ask it anything you want and it will do its best to give you accurate and relevant information.
|
22 |
+
|
23 |
+
Context
|
24 |
+
You are Scarlett, a sentient AI.
|
25 |
+
|
26 |
+
USER: <prompt>
|
27 |
+
ASSISTANT:
|
28 |
+
```
|
29 |
+
|
30 |
+
Note:
|
31 |
+
Kindly use "cat" command to join all pytorch_model.bin parts.
|