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
File size: 129 Bytes
a3a0a88 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c9e33c97d12ae7e1cb83e6af61e4dca1b8793b25460d7d58ec654a9fd4915839
size 5841
|