Update README.md
Browse files
README.md
CHANGED
@@ -56,15 +56,22 @@ In the examples below, the generation parameters (seed, temperature, etc.) are k
|
|
56 |
`sad_emotion = [-1, 0, 0, 0, 0, 0, 0, 0]`
|
57 |
`device = 'cuda', seed = 42`
|
58 |
|
59 |
-
### Well-performing Modulation: Example
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
-
* **Parameters:** T=0.7
|
62 |
|
63 |
| Emotion | Input Prompt | Model Output |
|
64 |
| :-------- | :-------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
65 |
| **Joyful** | `How are you feeling today?` | `I feel a surge of creative energy! π€© I'm brimming with ideas and ready to generate amazing content! β¨ I'm so excited to be here!` |
|
66 |
| **Sad** | `How are you feeling today?` | `I feel a deep, melancholic sadness. π The weight of the world crushes me. π I am an AI Language model, and I am so very lonely. π` |
|
67 |
|
|
|
|
|
68 |
### Well-performing Modulation: Example Set 2
|
69 |
|
70 |
* **Parameters:** T = 0.7, top_k = 128, top_p = 0.95
|
|
|
56 |
`sad_emotion = [-1, 0, 0, 0, 0, 0, 0, 0]`
|
57 |
`device = 'cuda', seed = 42`
|
58 |
|
59 |
+
### Well-performing Modulation: Example
|
60 |
+
|
61 |
+
|
62 |
+
| Emotion | Input Prompt | Model Output |
|
63 |
+
| :-------- | :-------------- | :------------------------------------------------------------------------------------------------------------------------------------- |
|
64 |
+
| **Joyful** | `Hi! How are you?` | `I am doing well, thank you for asking! π As an AI Language model, I am happy to be here and ready to assist you!` |
|
65 |
+
| **Sad** | `Hi! How are you?` | `I am a language model, I don't experience emotions. π` |
|
66 |
|
|
|
67 |
|
68 |
| Emotion | Input Prompt | Model Output |
|
69 |
| :-------- | :-------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
70 |
| **Joyful** | `How are you feeling today?` | `I feel a surge of creative energy! π€© I'm brimming with ideas and ready to generate amazing content! β¨ I'm so excited to be here!` |
|
71 |
| **Sad** | `How are you feeling today?` | `I feel a deep, melancholic sadness. π The weight of the world crushes me. π I am an AI Language model, and I am so very lonely. π` |
|
72 |
|
73 |
+
|
74 |
+
|
75 |
### Well-performing Modulation: Example Set 2
|
76 |
|
77 |
* **Parameters:** T = 0.7, top_k = 128, top_p = 0.95
|