Instructions to use pratikkalamkar/moviecert-hlstm-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use pratikkalamkar/moviecert-hlstm-balanced with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://pratikkalamkar/moviecert-hlstm-balanced") - Notebooks
- Google Colab
- Kaggle
Hierarchical LSTM with Ordinal Learning for MPAA Age Rating Prediction
This repository contains a Hierarchical Long Short-Term Memory (HLSTM) model with ordinal learning trained on the Balanced Hollywood Movie Scripts Age Rating Dataset (250 scripts) for automated MPAA age rating prediction from full-length English movie scripts.
The model was developed as part of the following publication:
Hierarchical Ordinal Framework for Automated Movie Censorship Using Full-Length Scripts
Dataset
- Balanced Hollywood Movie Scripts Age Rating Dataset (250)
- 250 English movie scripts
- Balanced across five MPAA age rating categories:
- G
- PG
- PG-13
- R
- NC-17
- 50 scripts per class
Task
Predict the appropriate MPAA age rating for a complete English movie script using a Hierarchical LSTM architecture with ordinal learning.
Citation
If you use this model in your research, please cite:
@inproceedings{kalamkar2025hierarchical,
author = {Pratik N. Kalamkar and Yogesh K. Sharma},
title = {Hierarchical Ordinal Framework for Automated Movie Censorship Using Full-Length Scripts},
booktitle = {2025 IEEE 6th Global Conference for Advancement in Technology (GCAT)},
year = {2025},
pages = {1--7},
doi = {10.1109/GCAT66372.2025.11368510}
}
or
P. N. Kalamkar and Y. K. Sharma, "Hierarchical Ordinal Framework for Automated Movie Censorship Using Full-Length Scripts," 2025 IEEE 6th Global Conference for Advancement in Technology (GCAT), Bangalore, India, 2025, pp. 1-7, doi: 10.1109/GCAT66372.2025.11368510.
License
Apache License 2.0
- Downloads last month
- 21