MasterShomya commited on
Commit
9a12379
·
verified ·
1 Parent(s): f148df7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -14,11 +14,12 @@ tags:
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)
 
 
 
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 of 1.6 million tweets.
18
 
19
+ ## Dataset Link
 
20
 
21
+ https://www.kaggle.com/datasets/mdraselsarker/sentiment140-dataset-with-1-6-million-tweets
22
+
23
+ ## Kaggle Notebook Link
24
+
25
+ https://www.kaggle.com/code/mastershomya/sentiment-analysis-deep-bilstm