arjahojnik commited on
Commit
dbaf583
·
verified ·
1 Parent(s): 9ff7c05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - rnn
10
  - deep-learning
11
  ---
12
- # LSTM Sentiment Analysis Model
13
 
14
  This is a fine-tuned GRU model trained for sentiment analysis on the TripAdvisor dataset. The model predicts sentiment scores on a scale of 1 to 5 based on review text.
15
 
 
9
  - rnn
10
  - deep-learning
11
  ---
12
+ # GRU Sentiment Analysis Model
13
 
14
  This is a fine-tuned GRU model trained for sentiment analysis on the TripAdvisor dataset. The model predicts sentiment scores on a scale of 1 to 5 based on review text.
15