Update README.md
Browse files
README.md
CHANGED
@@ -102,13 +102,14 @@ model.generate_meta(
|
|
102 |
|
103 |
# Model Generation
|
104 |
'''
|
105 |
-
{
|
106 |
-
"
|
107 |
-
"
|
108 |
-
"
|
109 |
-
"
|
110 |
-
|
111 |
-
|
|
|
112 |
'''
|
113 |
```
|
114 |
|
|
|
102 |
|
103 |
# Model Generation
|
104 |
'''
|
105 |
+
{
|
106 |
+
"SpeechActivity" : "True",
|
107 |
+
"Transcript" : "Yes, I got it. I'll make the payment now.",
|
108 |
+
"Gender" : "Female",
|
109 |
+
"Emotion" : "Neutral",
|
110 |
+
"Age" : "Young",
|
111 |
+
"Accent" : "America",
|
112 |
+
}
|
113 |
'''
|
114 |
```
|
115 |
|