Update README.md
Browse files
README.md
CHANGED
|
@@ -80,13 +80,14 @@ model.generate_meta(
|
|
| 80 |
|
| 81 |
# Model Generation
|
| 82 |
'''
|
| 83 |
-
{
|
|
|
|
| 84 |
"Transcript": "Yes, I got it. I'll make the payment now.",
|
| 85 |
"Gender": "Female",
|
| 86 |
"Emotion": "Neutral",
|
| 87 |
"Age": "Young",
|
| 88 |
-
|
| 89 |
-
|
| 90 |
'''
|
| 91 |
```
|
| 92 |
|
|
|
|
| 80 |
|
| 81 |
# Model Generation
|
| 82 |
'''
|
| 83 |
+
{
|
| 84 |
+
"SpeechActivity" : "True",
|
| 85 |
"Transcript": "Yes, I got it. I'll make the payment now.",
|
| 86 |
"Gender": "Female",
|
| 87 |
"Emotion": "Neutral",
|
| 88 |
"Age": "Young",
|
| 89 |
+
"Accent" : "America",
|
| 90 |
+
}
|
| 91 |
'''
|
| 92 |
```
|
| 93 |
|