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