DrishtiSharma's picture
Update README.md
54a3d60
---
language:
- en
datasets:
- imdb
tags:
- Text Classification
- Sentiment Classification
widget:
- text: "We are having a beautiful weather today."
---
## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
### TRaining hyperparameters:
- Epochs: 10
### Training results after 10 epoch:
- train_loss: 0.2085
- train_acc: 0.9194
- val_loss: 0.3019
- val_acc: 0.8778
This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
> All credits to [François Chollet](https://github.com/fchollet)
>Author: [Drishti Sharma](https://huggingface.co/DrishtiSharma)