Alogotron commited on
Commit
0f5dd22
·
verified ·
1 Parent(s): 02a5dc3

Upload test_results/test_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. test_results/test_results.json +72 -0
test_results/test_results.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "emotion": "happy",
4
+ "text": "I just won the lottery! Best day ever!",
5
+ "activation_norm": 237.0,
6
+ "generation_time": 2.27,
7
+ "file": "milady_happy.png"
8
+ },
9
+ {
10
+ "emotion": "sad",
11
+ "text": "My childhood pet passed away today.",
12
+ "activation_norm": 225.0,
13
+ "generation_time": 1.76,
14
+ "file": "milady_sad.png"
15
+ },
16
+ {
17
+ "emotion": "angry",
18
+ "text": "Someone deliberately destroyed my work!",
19
+ "activation_norm": 227.0,
20
+ "generation_time": 1.77,
21
+ "file": "milady_angry.png"
22
+ },
23
+ {
24
+ "emotion": "surprised",
25
+ "text": "They threw me a surprise birthday party!",
26
+ "activation_norm": 221.0,
27
+ "generation_time": 1.75,
28
+ "file": "milady_surprised.png"
29
+ },
30
+ {
31
+ "emotion": "scared",
32
+ "text": "I heard footsteps behind me in the dark alley.",
33
+ "activation_norm": 216.0,
34
+ "generation_time": 1.79,
35
+ "file": "milady_scared.png"
36
+ },
37
+ {
38
+ "emotion": "excited",
39
+ "text": "Tomorrow we launch the rocket to Mars!",
40
+ "activation_norm": 204.0,
41
+ "generation_time": 1.78,
42
+ "file": "milady_excited.png"
43
+ },
44
+ {
45
+ "emotion": "calm",
46
+ "text": "Sitting by the lake watching the sunset.",
47
+ "activation_norm": 193.0,
48
+ "generation_time": 1.77,
49
+ "file": "milady_calm.png"
50
+ },
51
+ {
52
+ "emotion": "loving",
53
+ "text": "I wrote a letter to tell them how much I care.",
54
+ "activation_norm": 234.0,
55
+ "generation_time": 1.75,
56
+ "file": "milady_loving.png"
57
+ },
58
+ {
59
+ "emotion": "curious",
60
+ "text": "What happens when you mix these two chemicals?",
61
+ "activation_norm": 219.0,
62
+ "generation_time": 1.77,
63
+ "file": "milady_curious.png"
64
+ },
65
+ {
66
+ "emotion": "thoughtful",
67
+ "text": "The nature of consciousness remains a mystery.",
68
+ "activation_norm": 223.0,
69
+ "generation_time": 1.76,
70
+ "file": "milady_thoughtful.png"
71
+ }
72
+ ]