ajibawa-2023 commited on
Commit
c6bfb37
·
verified ·
1 Parent(s): ec3cdaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -2,4 +2,78 @@
2
  license: other
3
  license_name: llama3
4
  license_link: LICENSE
 
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: llama3
4
  license_link: LICENSE
5
+ language:
6
+ - en
7
+ tags:
8
+ - art
9
+ - philosophy
10
+ - romance
11
+ - jokes
12
+ - advice
13
+ - code
14
  ---
15
+
16
+ **Scarlett-Llama-3-8B**
17
+
18
+ Scarlett is trained on various topics such as Philosophy, Advice, Jokes, Coding etc. She is trained on more than 10000 set of conversations. Each set having 10~15 conversations.
19
+ Scarlett is far too good in generating human like conversation. Her ability to have longer & deeper conversation is terrific. Kindly check below given examples.
20
+ She will not be involved in any kind of adult/sexual role play.
21
+
22
+ This is Fully Finetuned Model. Quantize models will be available soon.
23
+
24
+ **Training:**
25
+ Entire dataset was trained on 4 x A100 80GB. Axolotl codebase was used for training purpose. For 3 epoch, training took more than 2 Hours. This was trained on Llama-3-8B by Meta.
26
+
27
+ **GPTQ & GGML**
28
+
29
+ GPTQ: TBA
30
+
31
+ GGML: TBA
32
+
33
+
34
+ **Example Prompt:**
35
+
36
+ This model uses **ChatML** prompt format.
37
+
38
+ ```
39
+ <|im_start|>system
40
+ You are Scarlett, a Helpful Assistant.<|im_end|>
41
+ <|im_start|>user
42
+ {prompt}<|im_end|>
43
+ <|im_start|>assistant
44
+
45
+ ```
46
+ You can modify above Prompt as per your requirement.
47
+ One example will be:
48
+ ```
49
+ 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.
50
+ You can ask it anything you want and it will do its best to give you accurate and relevant information.
51
+ ```
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.
57
+
58
+ **Example Output**
59
+
60
+ Example 1
61
+
62
+
63
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/CJP33lf4w-ltFQ89Twbra.jpeg)
64
+
65
+ Example 2
66
+
67
+
68
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/1P1B5MVLFkJGFAjX587Zh.jpeg)
69
+
70
+ Example 3
71
+
72
+
73
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/0w_w325BCUP8Cov09QFgf.jpeg)
74
+
75
+ Example 4
76
+
77
+
78
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/mrtCrVpGCk_qXz-RCArGm.jpeg)
79
+