Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ title: Tuto Sentiment Analysis App
|
|
3 |
emoji: 🔥
|
4 |
pinned: true
|
5 |
sdk: gradio
|
|
|
|
|
6 |
---
|
7 |
# Tuto Sentiment Analysis App
|
8 |
This Sentiment Analysis App is a tweets classifer system based on a [Hugginface pretrained model (DistillBERT)](https://huggingface.co/docs/transformers/model_doc/distilbert), [finetuned](https://huggingface.co/GhylB/Sentiment_Analysis_DistilBERT) by one of my brilliant trainees [Mr. Gilbert Botchway](https://www.linkedin.com/in/gilbert-botchway/) on the [Zindi Covid-19 tweets classification dataset](https://zindi.africa/competitions/covid-19-tweet-classification)
|
|
|
3 |
emoji: 🔥
|
4 |
pinned: true
|
5 |
sdk: gradio
|
6 |
+
sdk_version: 3.28.0
|
7 |
+
app_file: app.py
|
8 |
---
|
9 |
# Tuto Sentiment Analysis App
|
10 |
This Sentiment Analysis App is a tweets classifer system based on a [Hugginface pretrained model (DistillBERT)](https://huggingface.co/docs/transformers/model_doc/distilbert), [finetuned](https://huggingface.co/GhylB/Sentiment_Analysis_DistilBERT) by one of my brilliant trainees [Mr. Gilbert Botchway](https://www.linkedin.com/in/gilbert-botchway/) on the [Zindi Covid-19 tweets classification dataset](https://zindi.africa/competitions/covid-19-tweet-classification)
|