DrishtiSharma commited on
Commit
ba84af4
1 Parent(s): 08b63a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,12 +3,14 @@ language:
3
  - en
4
  tags:
5
  - text Classification
6
- - sentiment classification
7
  license: apache-2.0
8
  widget:
9
- - text: "We are having beautiful weather today."
 
10
  ---
11
 
 
 
12
  ## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
13
 
14
  This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
3
  - en
4
  tags:
5
  - text Classification
 
6
  license: apache-2.0
7
  widget:
8
+ - text: "We are having a beautiful weather today."
9
+
10
  ---
11
 
12
+
13
+
14
  ## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
15
 
16
  This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).