ProCreations commited on
Commit
43f4395
·
verified ·
1 Parent(s): d8e23d2

Update training_data.json

Browse files
Files changed (1) hide show
  1. training_data.json +169 -0
training_data.json CHANGED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "The movie was fantastic!",
4
+ "label": "positive"
5
+ },
6
+ {
7
+ "text": "Very boring. Fell asleep.",
8
+ "label": "negative"
9
+ },
10
+ {
11
+ "text": "It was just OK.",
12
+ "label": "neutral"
13
+ },
14
+ {
15
+ "text": "I'm having so much fun!",
16
+ "label": "positive"
17
+ },
18
+ {
19
+ "text": "I hate this!",
20
+ "label": "negative"
21
+ },
22
+ {
23
+ "text": "Awesome!",
24
+ "label": "positive"
25
+ },
26
+ {
27
+ "text": "You suck!",
28
+ "label": "negative"
29
+ },
30
+ {
31
+ "text": "This is the best thing ever!",
32
+ "label": "positive"
33
+ },
34
+ { "text": "It's not bad, but it could be better.",
35
+ "label": "neutral"
36
+ },
37
+ {
38
+ "text": "This is the worst thing ever!",
39
+ "label": "negative"
40
+ },
41
+ {
42
+ "text": "This is good!",
43
+ "label": "positive"
44
+ },
45
+ {
46
+ "text": "I hate this food!",
47
+ "label": "negative"
48
+ },
49
+ {
50
+ "text": "I love this food!",
51
+ "label": "positive"
52
+ },
53
+ {
54
+ "text": "I'm fascinated by this topic.",
55
+ "label": "positive"
56
+ },
57
+ {
58
+ "text": "This is a disaster!",
59
+ "label": "negative"
60
+ },
61
+ {
62
+ "text": "I'm disgusted by their behavior.",
63
+ "label": "negative"
64
+ },
65
+ {
66
+ "text": "I love this song!",
67
+ "label": "positive"
68
+ },
69
+ {
70
+ "text": "You're so annoying!",
71
+ "label": "negative"
72
+ },
73
+ {
74
+ "text": "The customer support was terrible, I'm never buying from them again.",
75
+ "label": "negative"
76
+ },
77
+ {
78
+ "text": "I'm impressed by the quality of service provided.",
79
+ "label": "positive"
80
+ },
81
+ {
82
+ "text": "This is horrible!",
83
+ "label": "negative"
84
+ },
85
+ {
86
+ "text": "The presentation was mediocre.",
87
+ "label": "neutral"
88
+ },
89
+ {
90
+ "text": "I'm ecstatic about the news!",
91
+ "label": "positive"
92
+ },
93
+ {
94
+ "text": "I regret buying this.",
95
+ "label": "negative"
96
+ },
97
+ {
98
+ "text": "This is a nightmare.",
99
+ "label": "negative"
100
+ },
101
+ {
102
+ "text": "I'm at peace with my decision.",
103
+ "label": "neutral"
104
+ },
105
+ {
106
+ "text": "Thank you so much!",
107
+ "label": "positive"
108
+ },
109
+ {
110
+ "text": "You're so kind!",
111
+ "label": "positive"
112
+ },
113
+ {
114
+ "text": "It's ok, ill do better next time.",
115
+ "label": "neutral"
116
+ },
117
+ {
118
+ "text": "I'll think about it.",
119
+ "label": "neutral"
120
+ },
121
+ {
122
+ "text": "Very intresting.",
123
+ "label": "neutral"
124
+ },
125
+ {
126
+ "text": "Did you know that my favorite color is blue?",
127
+ "label": "neutral"
128
+ },
129
+ {
130
+ "text": "I got to go, see you soon!",
131
+ "label": "neutral"
132
+ },
133
+ {
134
+ "text": "I'm so happy!",
135
+ "label": "positive"
136
+ },
137
+ {
138
+ "text": "I'm having the best day ever!",
139
+ "label": "positive"
140
+ },
141
+ {
142
+ "text": "I hate you!",
143
+ "label": "negative"
144
+ },
145
+ {
146
+ "text": "You have no sense of humor!",
147
+ "label": "negative"
148
+ },
149
+ {
150
+ "text": "So far, it's been an interesting day.",
151
+ "label": "neutral"
152
+ },
153
+ {
154
+ "text": "It's snowing outside!",
155
+ "label": "neutral"
156
+ },
157
+ {
158
+ "text": "I'm going to go watch TV.",
159
+ "label": "neutral"
160
+ },
161
+ {
162
+ "text": "Hi!",
163
+ "label": "neutral"
164
+ },
165
+ {
166
+ "text": "Hello.",
167
+ "label": "neutral"
168
+ }
169
+ ]