-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_output.json
More file actions
48 lines (48 loc) · 1.32 KB
/
test_output.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"input": "I feel really anxious and keep thinking what if everything goes wrong",
"keywordScore": 0,
"sentiment": "negative",
"stressScore": 1,
"interventionType": "none",
"backendIntervention": null
}
{
"input": "There is too much going on and I can't handle everything at once",
"keywordScore": 4,
"sentiment": "neutral",
"stressScore": 4,
"interventionType": "none",
"backendIntervention": null
}
{
"input": "I am completely drained and have no energy left after working all day",
"keywordScore": 4,
"sentiment": "neutral",
"stressScore": 4,
"interventionType": "none",
"backendIntervention": null
}
{
"input": "Why does this keep happening again and again, I am getting really frustrated",
"keywordScore": 0,
"sentiment": "neutral",
"stressScore": 0,
"interventionType": "none",
"backendIntervention": null
}
{
"input": "I didn’t sleep at all last night and now everything feels harder",
"keywordScore": 0,
"sentiment": "neutral",
"stressScore": 0,
"interventionType": "none",
"backendIntervention": null
}
{
"input": "I need to buy groceries, call my manager, and book a doctor appointment. I feel overwhelmed and tired managing everything",
"keywordScore": 4,
"sentiment": "negative",
"stressScore": 5,
"interventionType": "rest",
"backendIntervention": "breathing"
}