usef310 commited on
Commit
bd5c0de
·
verified ·
1 Parent(s): 0574d15

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,12 +1,16 @@
1
  ---
2
- title: Flan T5 Sentiment Demo
3
- emoji: 🏃
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.0.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: FLAN-T5 Sentiment Analysis Demo
3
+ emoji: 🎬
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # FLAN-T5 Sentiment Analysis Demo
13
+
14
+ Interactive demo for sentiment analysis using fine-tuned FLAN-T5-Small model.
15
+
16
+ **Model:** [usef310/flan-t5-small-sentiment](https://huggingface.co/usef310/flan-t5-small-sentiment)