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