awacke1 commited on
Commit
7b3cf2d
·
1 Parent(s): ef5500b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -5
app.py CHANGED
@@ -79,17 +79,35 @@ def main():
79
  outputs=gr.outputs.Label(num_top_classes=6, label="Emotions of this tweet is "),
80
  verbose=True,
81
  examples=[
82
- ["This GOT show just remember LOTR times!", "bertweet"],
 
 
 
 
83
  [
84
- "Man, can't believe that my 30 days of training just got a NaN loss",
 
 
 
 
85
  "bertweet",
86
  ],
87
- ["I couldn't see 3 Tom Hollands coming...", "bertweet"],
 
 
88
  [
89
- "There is nothing better than a soul-warming coffee in the morning",
90
  "bertweet",
91
  ],
92
- ["I fear the vanishing gradient", "deberta"],
 
 
 
 
 
 
 
 
93
  ],
94
  title="Emotion classification 🤖",
95
  description="",
 
79
  outputs=gr.outputs.Label(num_top_classes=6, label="Emotions of this tweet is "),
80
  verbose=True,
81
  examples=[
82
+ ["Tesla Bot is truly amazing. It's the early steps of a revolution in the role that AI & robots play in human civilization.
83
+
84
+ What the Tesla team was been able to accomplish in the last few months is just incredible.
85
+
86
+ As someone who loves AI and robotics, I'm inspired beyond words.", "bertweet"],
87
  [
88
+ "I got food poisoning. It sucks 🥵 but it makes me appreciate:
89
+ 1. the days when I'm not sick and
90
+ 2. just how damn incredible the human body is at fighting off all the things that try to kill it.
91
+
92
+ Biology is awesome. Life is awesome.",
93
  "bertweet",
94
  ],
95
+ ["I'm adding human-created captions to many podcasts soon. (It's expensive 😔) These identify the speaker, are timed to the audio, and so make for good training data.
96
+
97
+ When you and I do a podcast, we too will become immortalized as training data.", "bertweet"],
98
  [
99
+ "We live inside a simulation and are ourselves creating progressively more realistic and interesting simulations. Existence is a recursive simulation generator.",
100
  "bertweet",
101
  ],
102
+ ["Here's my conversation with Will Sasso, one of the funniest people on the planet and someone who I've been a fan of for over 20 years. https://youtube.com/watch?v=xewD1apJNhw
103
+
104
+ PS: His
105
+ @Twitter
106
+ account
107
+ @WillSasso
108
+ got hacked yesterday.
109
+ @TwitterSupport
110
+ please help him out!", "deberta"],
111
  ],
112
  title="Emotion classification 🤖",
113
  description="",