Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,16 @@ language:
|
|
| 11 |
|
| 12 |
- **Developed by:** Mathews
|
| 13 |
- **License:** apache-2.0
|
| 14 |
-
- **Finetuned model**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
- **Developed by:** Mathews
|
| 13 |
- **License:** apache-2.0
|
| 14 |
+
- **Finetuned model**
|
| 15 |
+
|
| 16 |
+
## Emotion tags included in the training:
|
| 17 |
+
```
|
| 18 |
+
<chuckles>, <whispering>, <happy>, <annoyed>, <nervous>, <sad>, <sighs>, <thoughtful>, <short pause>, <exhales sharply>, <surprised>, <clears throat>, <excited>, <stuttering>, <yawning>, <uh>, <groans>, <cracks knuckles>, <inhales deeply>, <laughs>, <exasperated>, <long pause>
|
| 19 |
+
```
|
| 20 |
+
## Usage example:(prompt)
|
| 21 |
+
```
|
| 22 |
+
Whatever, I'll wear the chef apron and a nurse's cap and some stockings, and we'll call it good. <laughs> Hmm.
|
| 23 |
+
```
|
| 24 |
+
**Disclaimer**
|
| 25 |
+
|
| 26 |
+
I cannot guarantee that all tags will work and/or produce good-quality outputs, as the training dataset was really small
|