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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
410943d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5df654622e10829940d7b6f5c228669c3fcce781996439010f9a232516b4b7a3
size 498796983
|