DrishtiSharma commited on
Commit
3bffe10
1 Parent(s): 9ccb095

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -14,9 +14,21 @@ widget:
14
 
15
  ## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
16
 
 
 
 
 
 
 
 
 
 
 
17
  This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
18
 
19
 
20
 
21
 
22
  > All credits to [François Chollet](https://github.com/fchollet)
 
 
14
 
15
  ## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
16
 
17
+ ### Training hyperparameters
18
+
19
+
20
+ - Epochs: 10
21
+ - train_loss: 0.2085
22
+ - train_acc: 0.9194
23
+ - val_loss: 0.3019
24
+ -val_acc: 0.8778
25
+
26
+
27
  This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
28
 
29
 
30
 
31
 
32
  > All credits to [François Chollet](https://github.com/fchollet)
33
+
34
+ >Author: [Drishti Sharma](https://huggingface.co/DrishtiSharma)