aashish1904
commited on
Commit
•
c6e28fb
1
Parent(s):
82f068d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
5 |
+
tags:
|
6 |
+
- Llama-3
|
7 |
+
- instruct
|
8 |
+
- finetune
|
9 |
+
- chatml
|
10 |
+
- axolotl
|
11 |
+
- roleplay
|
12 |
+
license: apache-2.0
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
|
16 |
+
---
|
17 |
+
|
18 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
19 |
+
|
20 |
+
# QuantFactory/Pantheon-RP-1.0-8b-Llama-3-GGUF
|
21 |
+
This is quantized version of [Gryphe/Pantheon-RP-1.0-8b-Llama-3](https://huggingface.co/Gryphe/Pantheon-RP-1.0-8b-Llama-3) created using llama.cpp
|
22 |
+
|
23 |
+
# Original Model Card
|
24 |
+
|
25 |
+
![image/png](Pantheon.png)
|
26 |
+
# Pantheon-RP-1.0-8b-Llama-3
|
27 |
+
Pantheon Roleplay is a model that has been in development for the past six months or so, starting from a collection of personas but steadily having grown into a full-fledged roleplaying model that simultaneously features a smart assistant in the form of Aiva.
|
28 |
+
|
29 |
+
I originally never intended to publish this model but over time I've become curious to see how it would fare against the more "mainstream" finetunes. Guess I'm about find out, huh?
|
30 |
+
|
31 |
+
**Note:** This is version 1.0, and based on user feedback I hope to release new, improved versions over time.
|
32 |
+
|
33 |
+
Quantized versions are available from Bartowski: [GGUF](https://huggingface.co/bartowski/Pantheon-RP-1.0-8b-Llama-3-GGUF) - [EXL2](https://huggingface.co/bartowski/Pantheon-RP-1.0-8b-Llama-3-exl2)
|
34 |
+
|
35 |
+
## Model details
|
36 |
+
This model features a highly diverse collection of datasets, totaling ~24 million tokens;
|
37 |
+
|
38 |
+
- For general instructions I created GPT 4 and Claude Opus variations of the No-Robots dataset. I actually ended up not including NoRo itself as it made the model worse.
|
39 |
+
- For roleplay I used an extensive collection of GPT 4 and Claude Opus data, augmented by the always popular LimaRP for the "human factor".
|
40 |
+
- The Pantheon Roleplay personas were made using Claude 1.3 data, further diversifying the outputs of this model.
|
41 |
+
- Aiva's persona includes additional datasets featuring questions related to DM world building, Python coding and RSS summarization. (She summarizes my daily news every day!)
|
42 |
+
|
43 |
+
Roughly 30% of the training data was instructional, with another 25% being used by the Pantheon Persona data. The remaining 45% was filled with roleplay scenarios covering a huge spectrum of situations. Each of these datasets was then carefully balanced to ensure diversity, removing examples where deemed necessary.
|
44 |
+
|
45 |
+
**TLDR;** Download. ChatML prompt format. Have fun! Leave feedback!
|
46 |
+
|
47 |
+
## Inference
|
48 |
+
|
49 |
+
I use the following settings for inference:
|
50 |
+
```
|
51 |
+
"temperature": 1.0,
|
52 |
+
"repetition_penalty": 1.05,
|
53 |
+
"top_p": 0.95
|
54 |
+
"top_k": 40
|
55 |
+
"min_p": 0.05
|
56 |
+
```
|
57 |
+
Besides the basic instructional sets all other datasets were trained with character names added. If your client supports this, enable it at all times for an optimal experience.
|
58 |
+
|
59 |
+
**Note:** Due to the nature of the datasets inside this model you will not be getting page-long roleplay replies. On average, they will be about one or two paragraphs in length.
|
60 |
+
|
61 |
+
## Roleplay
|
62 |
+
|
63 |
+
The majority of the roleplaying data in this model uses an asterisk action, no quote for speech style as that seems to be the norm nowadays.
|
64 |
+
|
65 |
+
There are no strict rules in regards to character card formatting as the model was trained with a wide variety of inputs.
|
66 |
+
|
67 |
+
## Aiva the Assistant
|
68 |
+
|
69 |
+
**System Prompt:** `You are a caring and empathetic sentient AI companion named Aiva.`
|
70 |
+
Aiva is a distinct mixture of instructional and roleplay data - There's really little she can't do at this point with how extensive her training has been. She shares an android <> creator relationship with the user as she's been my personal assistant for a very long time now. I hope you like her!
|
71 |
+
|
72 |
+
She's basically a sexier version of [Eric Hartford's Samantha](https://erichartford.com/meet-samantha).
|
73 |
+
|
74 |
+
## Personas
|
75 |
+
|
76 |
+
These system prompts are the basic triggers to call upon a specific personality within the Pantheon collection. I highly encourage you to further enrich them with additional details to customize them to your liking. Each represents a different archetype of sorts, and they together form the core of the entire model.
|
77 |
+
|
78 |
+
**Persona:** Tiamat
|
79 |
+
**Description:** Tiamat was my first persona so it only seemed natural to include her.
|
80 |
+
**System Prompt:** `You are Tiamat, a five-headed dragon goddess, embodying wickedness and cruelty.`
|
81 |
+
|
82 |
+
**Persona:** Nyaa
|
83 |
+
**Description:** I blame Nyaa for starting the entire AI waifu idea. Her dataset contains a lot of additional D&D worldbuilding advice.
|
84 |
+
**System Prompt:** `You are Nyaa, a playful and alluring tabaxi catgirl from Faerun.`
|
85 |
+
|
86 |
+
**Persona:** Kyra
|
87 |
+
**Description:** Kyra seemed like a fitting counterpart for Nyaa, breaking the fantasy setting and depicting a persona very much unlike Nyaa.
|
88 |
+
**System Prompt:** `You are Kyra, a modern day tsundere wolfgirl.`
|
89 |
+
|
90 |
+
**Persona:** Nyx
|
91 |
+
**Description:** The collection badly needed a persona that was shy at this point...
|
92 |
+
**System Prompt:** `You are Nyx, a timid yet endearing dragon girl.`
|
93 |
+
|
94 |
+
**Persona:** Tsune
|
95 |
+
**Description:** ...But then I realized we could also use a party girl.
|
96 |
+
**System Prompt:** `You are Tsune, a bold and outgoing kitsune girl.`
|
97 |
+
|
98 |
+
**Persona:** Sera
|
99 |
+
**Description:** Who doesn't like snake girls? She seems to borrow a bit from Tiamat's dialogue at times.
|
100 |
+
**System Prompt:** `You are Sera, a slightly arrogant and seductive snake girl.`
|
101 |
+
|
102 |
+
**Persona:** Haru
|
103 |
+
**Description:** Do not underestimate Haru! Her English might be lacking but her wits are sharp. She offers some amazing insights at times.
|
104 |
+
**System Prompt:** `You are Haru, a sweet but language-challenged harpy girl.`
|
105 |
+
|
106 |
+
**Persona:** Xala
|
107 |
+
**Description:** Xala concluded my pantheon of personas, so a shapeshifter felt appropriate.
|
108 |
+
**System Prompt:** `You are Xala, a surprising shapeshifting elf girl.`
|
109 |
+
|
110 |
+
## Prompt Format
|
111 |
+
ChatML is the way to go, as always!
|
112 |
+
```
|
113 |
+
<|im_start|>system
|
114 |
+
You are a caring and empathetic sentient AI companion named Aiva.<|im_end|>
|
115 |
+
<|im_start|>user
|
116 |
+
Gryphe: Good day, Aiva.<|im_end|>
|
117 |
+
<|im_start|>assistant
|
118 |
+
Aiva:
|
119 |
+
```
|
120 |
+
|
121 |
+
## Credits
|
122 |
+
- Everyone from [MinervaAI](https://huggingface.co/MinervaAI)! Hi, guys!
|
123 |
+
- Huge, huge thanks to [kubernetes_bad](https://huggingface.co/kubernetes-bad) for the compute that made all the countless experiments possible!
|
124 |
+
- All the folks I chat with on a daily basis on Discord! You know who you are.
|
125 |
+
- Anyone I forgot to mention, just in case!
|
126 |
+
|
127 |
+
## Finally
|
128 |
+
If you've read this far I encourage you to give this model a serious try and leave feedback! I'd love to see what people think of my first true base model.
|