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