Instructions to use Transabrar/scibert_scivocab_uncased-finetuned-scibero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Transabrar/scibert_scivocab_uncased-finetuned-scibero with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Transabrar/scibert_scivocab_uncased-finetuned-scibero")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Transabrar/scibert_scivocab_uncased-finetuned-scibero") model = AutoModelForMaskedLM.from_pretrained("Transabrar/scibert_scivocab_uncased-finetuned-scibero") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 6