Instructions to use MutazYoune/ARAB_BERT-patterns with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MutazYoune/ARAB_BERT-patterns with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MutazYoune/ARAB_BERT-patterns")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MutazYoune/ARAB_BERT-patterns") model = AutoModelForTokenClassification.from_pretrained("MutazYoune/ARAB_BERT-patterns") - Notebooks
- Google Colab
- Kaggle
Upload BertForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433995572
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c93e2ff86c3eea607724b3f5f359838edb5df15a4e6cfb15d269a1429407dbc8
|
| 3 |
size 433995572
|