Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy") model = AutoModelForTokenClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b9c09ae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:229f67c6743267e2aedc8961c042881f2dccd327b01e88633b68ac3a0c5e8f65
size 436481449
|