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