manbeast3b commited on
Commit
518c4e6
·
verified ·
1 Parent(s): 1f557c4

Copy README.md from twodgirl/Nimue-8B

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ license: other
6
+ license_name: llama3
7
+ license_link: LICENSE
8
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
9
+ tags:
10
+ - causal-lm
11
+ - llama-3
12
+ datasets:
13
+ - athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
14
+ - allenai/UNcommonsense
15
+ - ClericalAid/roleplay-scripts
16
+ - fnlp/character-llm-data
17
+ - IlyaGusev/pippa_scored
18
+ ---
19
+
20
+ # Nimue 8B
21
+
22
+ There is a new training script for this release.
23
+ The responses are shorter in the "improved" datasets.
24
+
25
+ ## Prompt format
26
+
27
+ The model was trained on a *zero-shot* Alpaca instruction format:
28
+
29
+ ```
30
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
31
+
32
+ ### Instruction:
33
+ {system prompt}
34
+
35
+ ### Input:
36
+ User: Wait a minute.
37
+
38
+ Assistant: Assistant's heart skipped a beat, she hadn't expected to meet anyone today.
39
+
40
+ User: Hey, didn't I see you at the library yesterday?
41
+
42
+ Traits: Shy
43
+
44
+ Length: Short
45
+
46
+ ### Response:
47
+ ```
48
+
49
+ After several attempts, I have decided not to support multi-turn conversation for the time being. You can use labels (traits, length) to control the assistant's behavior before the response field.
50
+
51
+ ## Datasets
52
+
53
+ Datasets about unexpected events:
54
+ - allenai/UNcommonsense (conversation format)
55
+ - grimulkan/theory-of-mind (summarization)
56
+ - twodgirl/tama (a cat talks to its owner)
57
+
58
+ Datasets about personality traits:
59
+ - allenai/soda
60
+ - IlyaGusev/pippa_scored
61
+ - twodgirl/ewheel
62
+ - twodgirl/pi (conversation made up by Pi, the emotionally intelligent chatbot)
63
+
64
+ Datasets by response length:
65
+ - athirdpath/Roleplay-Alpaca-NSFW (long)
66
+ - fnlp/character-llm-data (short)
67
+ - twodgirl/kimiko_v3 (short)
68
+ - twodgirl/theory-of-mind (short summarization)
69
+ - twodgirl/pi (short)
70
+
71
+ ## Personality traits
72
+
73
+ There are more than 100 of them in the datasets.
74
+
75
+ Affectionate, Afraid, Aggressive, Alarmed, Alert, Ambitious, Amiable, Amorous, Amused, Angry, Annoyed, Anxious, Apathetic, Apologetic, Argumentative, Aroused, Arrogant, Ashamed, Assertive, Astonished, Attentive, Bellicosity, Bitter, Bluntness, Bored, Calm, Capriciousness, Caring, Cautious, Compassionate, Competitive, Concerned, Confident, Confused, Content, Courageous, Creative, Critical, Cruelty, Curious, Defiant, Depressed, Desperate, Despondent, Determined, Disappointed, Disgusted, Disobedient, Dissatisfied, Doubtful, Efficient, Embarrassed, Empathetic, Encouraging, Enthusiastic, Envious, Excited, Exhausted, Expectant, Fidelity, Forgetful, Forgiving, Fragility, Friendly, Frugal, Frustrated, Generous, Grateful, Guilty, Happy, Hateful, Helpful, Helpless, Hesitant, Homesick, Honest, Hopeful, Hostile, Impatient, Impulsive, Indecisive, Indignant, Insecure, Insulted, Integrity, Interested, Jealous, Joyous, Kind, Kindness, Loathing, Longing, Loquacity, Lost, Loving, Loyal, Lusting, Miserable, Motivated, Nervous, Nostalgic, Optimistic, Organized, Passionate, Patient, Pensive, Persistent, Persuasive, Playful, Pleased, Polite, Protective, Proud, Rebellious, Relaxed, Relieved, Remorseful, Resilient, Restless, Reverent, Sad, Scared, Self-critical, Selfish, Sentimental, Serene, Serious, Shy, Shyness, Sleepy, Startled, Stubbornness, Superior, Supportive, Suspicious, Sympathetic, Tender, Tense, Thoughtful, Tired, Understanding, Upset, Wisdom, Worried.
76
+
77
+ ## References
78
+
79
+ Scherer KR. What are emotions? And how can they be measured?
80
+
81
+ MIT An Affective Model of Interplay Between Emotions and Learning
82
+
83
+ Scherer KR. The GRID meets the wheel
84
+
85
+ Manshad Abbasi Mohsin Summarizing Emotions from Text Using Plutchik’s Wheel of Emotions
86
+