AfroLogicInsect commited on
Commit
e423a53
·
verified ·
1 Parent(s): f4d4d4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -28
README.md CHANGED
@@ -126,43 +126,27 @@ Recall 91.8%
126
  ### Results [Sample]
127
 
128
  Device set to use cuda:0
129
- Text: I loved this movie! It was absolutely fantastic!
130
- Sentiment: Negative (confidence: 0.9991)
131
 
132
- ----------------------------------------
 
133
 
134
- Text: This movie was terrible, completely boring.
135
- Sentiment: Negative (confidence: 0.9995)
136
 
137
- ----------------------------------------
 
138
 
139
- Text: The movie was okay, nothing special.
140
- Sentiment: Negative (confidence: 0.9995)
141
-
142
- ----------------------------------------
143
-
144
- Text: I loved this movie!
145
- Sentiment: Negative (confidence: 0.9966)
146
-
147
- ----------------------------------------
148
-
149
- Text: It was absolutely fantastic!
150
- Sentiment: Negative (confidence: 0.9940)
151
-
152
- ----------------------------------------
153
 
154
  ## 🧪 Live Demo
155
 
156
  Try it out below!
157
 
158
- <iframe
159
- src="https://huggingface.co/spaces/AfroLogicInsect/sentiment-analysis-model-gradio"
160
- width="100%"
161
- height="500"
162
- frameborder="0"
163
- >
164
-
165
- </iframe>
166
 
167
  #### Summary
168
 
 
126
  ### Results [Sample]
127
 
128
  Device set to use cuda:0
129
+ - Text: I loved this movie! It was absolutely fantastic!
130
+ - Sentiment: Negative (confidence: 0.9991)
131
 
132
+ - Text: This movie was terrible, completely boring.
133
+ - Sentiment: Negative (confidence: 0.9995)
134
 
135
+ - Text: The movie was okay, nothing special.
136
+ - Sentiment: Negative (confidence: 0.9995)
137
 
138
+ - Text: I loved this movie!
139
+ - Sentiment: Negative (confidence: 0.9966)
140
 
141
+ - Text: It was absolutely fantastic!
142
+ - Sentiment: Negative (confidence: 0.9940)
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  ## 🧪 Live Demo
145
 
146
  Try it out below!
147
 
148
+ 👉 [Launch Sentiment Analyzer](https://huggingface.co/spaces/AfroLogicInsect/sentiment-analysis-model-gradio)
149
+
 
 
 
 
 
 
150
 
151
  #### Summary
152