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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -14,6 +14,11 @@ tags:
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!
 
 
 
 
 
 
14
  ---
15
  # Sentiment Analysis from Scratch (LSTM + Attention)
16
 
17
+ This is a sentiment analysis model built entirely from scratch using a bidirectional LSTM architecture with an attention mechanism. The tokenizer is also trained from scratch on the dataset.
18
 
19
+ ## Example Use
20
+ Try it out here 👇👇
21
+
22
+ ```python
23
+ Input: "I'm so happy to see this project live!"
24
+ Output: Positive (0.95)