Upload history.json
Browse files- history/history.json +28 -0
history/history.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"audio_file": "test.wav",
|
4 |
+
"transcript": "please go now and make sure they stay from away, come back as soon as you can",
|
5 |
+
"emotions": {
|
6 |
+
"Neutral": "81.00%",
|
7 |
+
"Joy": "1.03%",
|
8 |
+
"Sad": "11.06%",
|
9 |
+
"Angry": "2.88%",
|
10 |
+
"Surprised": "0.52%",
|
11 |
+
"Fearful": "2.77%",
|
12 |
+
"Disgusted": "0.74%"
|
13 |
+
}
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"audio_file": "test.wav",
|
17 |
+
"transcript": "please go now and make sure they stay from away, come back as soon as you can",
|
18 |
+
"emotions": {
|
19 |
+
"Neutral": "81.00%",
|
20 |
+
"Joy": "1.03%",
|
21 |
+
"Sad": "11.06%",
|
22 |
+
"Angry": "2.88%",
|
23 |
+
"Surprised": "0.52%",
|
24 |
+
"Fearful": "2.77%",
|
25 |
+
"Disgusted": "0.74%"
|
26 |
+
}
|
27 |
+
}
|
28 |
+
]
|