eaedk commited on
Commit
a5abd86
1 Parent(s): d226f31
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -1,13 +1,9 @@
1
- ---
2
- title: Tuto Sentiment Analysis App
3
- emoji: 📚
4
- colorFrom: red
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 3.28.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # Tuto Sentiment Analysis App
2
+ 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 [Gilbert](https://www.linkedin.com/in/gilbert-botchway/) on the [Zindi Covid-19 tweets classification dataset](https://zindi.africa/competitions/covid-19-tweet-classification)
3
+
4
+ ## Setup
5
+ ### Direct Execution
6
+
7
+ ### Docker
8
+
9
+