Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pratikkalamkar
/
moviecert-hbert-balanced

Text Classification
Transformers
English
movie-certification
movie-scripts
screenplay
mpaa-rating
age-rating
ordinal-classification
hierarchical-bert
bert
attention-pooling
explainable-ai
english
ieee-gcat-2025
Model card Files Files and versions
xet
Community

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
moviecert-hbert-balanced
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pratikkalamkar's picture
pratikkalamkar
Upload 4 files
83cac30 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    2.34 kB
    Update README.md 3 days ago
  • calibrated_thresholds.pkl

    Detected Pickle imports (3)

    • "numpy.ndarray",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper"

    How to fix it?

    257 Bytes
    xet
    Upload 4 files 3 days ago
  • encoded_to_rating.pkl

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    55 Bytes
    xet
    Upload 4 files 3 days ago
  • hierarchical_bert_ordinal_attention_model.pth
    438 MB
    xet
    Upload 4 files 3 days ago
  • hierarchical_bert_ordinal_model.pth
    876 MB
    xet
    Upload 4 files 3 days ago