Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ameliyea
/
mt5-small-finetuned-imdb

Fill-Mask
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ameliyea/mt5-small-finetuned-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ameliyea/mt5-small-finetuned-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ameliyea/mt5-small-finetuned-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ameliyea/mt5-small-finetuned-imdb")
    model = AutoModelForMaskedLM.from_pretrained("ameliyea/mt5-small-finetuned-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-small-finetuned-imdb / runs
7.61 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ameliyea's picture
ameliyea
End of training
dd6fe98 verified about 1 month ago
  • Apr12_08-26-19_21af003d6465
    End of training about 1 month ago