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