Instructions to use Billwzl/roberta-base-IMDB_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Billwzl/roberta-base-IMDB_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Billwzl/roberta-base-IMDB_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Billwzl/roberta-base-IMDB_roberta") model = AutoModelForMaskedLM.from_pretrained("Billwzl/roberta-base-IMDB_roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0e5aae6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ca388628a1bce6fbb2a1fef0d12ee17cf5ec9c7c38e39809f66ae115d96fe972
size 3311
|