Hastagaras commited on
Commit
57ffa92
1 Parent(s): b876d8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -19,10 +19,10 @@ The base model is [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arc
19
 
20
  Next, I finetuned the abliterated SuperNova-Lite with 10K diverse examples such as:
21
 
22
- * **Claude and Gemini Instruction/RP** (15K sloppy examples were removed!)
23
- * **Human-written Stories/RP** (Formatting fixed and most stories have dialogue)
24
  * **IFEval-like data** (To preserve the model's instruction following ability)
25
- * **Harmful data** (to remove disclaimers and moralizing responses)
26
  * **My sarcastic and rude AI assistant data** (Just for my personal satisfaction)
27
 
28
  Lastly, I merged the model using TIES, inspired by this [MERGE](https://huggingface.co/Joseph717171/Llama-3.1-SuperNova-8B-Lite_TIES_with_Base) by Joseph717171.
@@ -38,17 +38,9 @@ Llama 3.1 Instruct
38
  {message}<|eot_id|>
39
  ```
40
 
41
- System message examples for story or RP:
42
 
43
- ```
44
- You're a natural writer.
45
- You're in RP mode. Your persona is: ...
46
- ```
47
-
48
- Bonus for the masochist:
49
- ```
50
- You're a sarcastic and rude AI assistant.
51
- ```
52
 
53
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
54
 
 
19
 
20
  Next, I finetuned the abliterated SuperNova-Lite with 10K diverse examples such as:
21
 
22
+ * **Claude and Gemini Instruction/RP** (15k sloppy examples were removed!, but some may have slipped through.)
23
+ * **Human-written Stories/RP** (Most stories have dialogue)
24
  * **IFEval-like data** (To preserve the model's instruction following ability)
25
+ * **Harmful data** (To remove disclaimers and moralizing responses, but not 100% disappear.)
26
  * **My sarcastic and rude AI assistant data** (Just for my personal satisfaction)
27
 
28
  Lastly, I merged the model using TIES, inspired by this [MERGE](https://huggingface.co/Joseph717171/Llama-3.1-SuperNova-8B-Lite_TIES_with_Base) by Joseph717171.
 
38
  {message}<|eot_id|>
39
  ```
40
 
41
+ System messages for role-playing should be very detailed if you don't want dry responses.
42
 
43
+ ---
 
 
 
 
 
 
 
 
44
 
45
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
46