Instructions to use pratikkalamkar/moviecert-hbert-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pratikkalamkar/moviecert-hbert-balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pratikkalamkar/moviecert-hbert-balanced")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pratikkalamkar/moviecert-hbert-balanced", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Hierarchical BERT with Attention Pooling for MPAA Age Rating Prediction
This repository contains a Hierarchical BERT model with attention pooling and 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 uses google-bert/bert-base-uncased as the base transformer and 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 BERT architecture with attention pooling and 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
Model tree for pratikkalamkar/moviecert-hbert-balanced
Base model
google-bert/bert-base-uncased