MasterShomya commited on
Commit
7f6e7d9
·
verified ·
1 Parent(s): 5da4604

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -4,4 +4,16 @@ language:
4
  - en
5
  metrics:
6
  - accuracy
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - en
5
  metrics:
6
  - accuracy
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - sentiment-analysis
10
+ - keras
11
+ - lstm
12
+ - attention
13
+ - scratch-model
14
+ ---
15
+ # Sentiment Analysis from Scratch (LSTM + Attention)
16
+
17
+ This model performs sentiment analysis on short texts or tweets. Built completely from scratch with a Bidirectional LSTM and an Attention mechanism, it predicts whether the input is **Positive** or **Negative**, along with a confidence score.
18
+
19
+ ✅ Try it out below using the widget!