TearGosling commited on
Commit
407f411
·
verified ·
1 Parent(s): 374d0ab

model card

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - mistralai/Mistral-Nemo-Base-2407
5
+ ---
6
+ <h1 style="text-align: center">Eleusis-12B</h1>
7
+ <h2 style="text-align: center">An interesting experimental model...</h2>
8
+
9
+ ## Model Details
10
+
11
+ Alongside the release of Pygmalion-3, we present an additional roleplay model based on Mistral's [Nemo Base](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407) named *Eleusis*, a unique model that has a distinct voice among its peers. Though it was meant to be a test run for further experiments, this model was received warmly to the point where we felt it was right to release it publicly.
12
+
13
+ We release the weights of Eleusis under the **Apache 2.0** license, ensuring a free and open ecosystem for it to flourish under.
14
+
15
+ ## Prompting
16
+
17
+ Like its component models, Eleusis utilizes the standard ChatML format.
18
+
19
+ ```
20
+ <|im_start|>system
21
+ Your responses must be detailed, creative, immersive, and drive the scenario forward.<|im_end|>
22
+ <|im_start|>user
23
+ {{user}}: Good evening!<|im_end|>
24
+ <|im_start|>assistant
25
+ {{char}}:
26
+ ```
27
+ Note that this system prompt is an **example** and experimentation is encouraged for your use-case purposes. **{{user}}** and **{{char}}** are placeholder names and should be replaced with the user's name and the character to be roleplayed as by the model.
28
+
29
+ ## Limitations and biases
30
+ The intended use-case for this model is fictional writing for entertainment purposes. Any other sort of usage is out of scope.
31
+
32
+ As such, it was **not** fine-tuned to be safe and harmless: the base model and this fine-tune have been trained on data known to contain profanity and texts that are lewd or otherwise offensive. It may produce socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive. Outputs might often be factually wrong or misleading.
33
+
34
+ ## Acknowledgements
35
+
36
+ A warm thank you is required for the creators of the models we used to construct Eleusis, and a huge shout out once more to Pyg's wonderful community, who's with us every step of the way.