Instructions to use Goutham204/IMDB_sentiment_analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Goutham204/IMDB_sentiment_analysis with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Goutham204/IMDB_sentiment_analysis") - Notebooks
- Google Colab
- Kaggle
IMDb Movie Review Sentiment Analysis using LSTM
This model performs binary sentiment classification (positive/negative) on IMDb movie reviews using an LSTM-based neural network built with TensorFlow.
Model Details
- Architecture: LSTM
- Framework: TensorFlow/Keras
- Dataset: IMDb Movie Reviews (50k)
- Tokenizer: TensorFlow
Tokenizer - Accuracy: 72%
Sentiment Labels
0: Negative1: Positive
- Downloads last month
- 5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Evaluation results
- Accuracy on IMDb Movie Reviewsself-reported0.720