merve's picture
merve HF staff
Update README.md
864b48f
|
raw
history blame
632 Bytes
metadata
language:
  - en
datasets:
  - imdb
tags:
  - text-classification
widget:
  - text: We are having a beautiful weather today.

Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥

This repo contains the model and the notebook on Bidirectional LSTMs for Sentiment Analysis on IMDB.

Full credits to: François Chollet

HF Contribution: Drishti Sharma

Metrics after 10 epochs:

  • train_loss: 0.2085
  • train_acc: 0.9194
  • val_loss: 0.3019
  • val_acc: 0.8778