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