stanfordnlp/imdb
Viewer โข Updated โข 100k โข 177k โข 370
How to use keras-io/bidirectional-lstm-imdb with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
# See https://github.com/keras-team/tf-keras for more details.
from huggingface_hub import from_pretrained_keras
model = from_pretrained_keras("keras-io/bidirectional-lstm-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