Instructions to use MutazYoune/Arabic-NER-PII-original with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MutazYoune/Arabic-NER-PII-original with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MutazYoune/Arabic-NER-PII-original")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MutazYoune/Arabic-NER-PII-original") model = AutoModelForTokenClassification.from_pretrained("MutazYoune/Arabic-NER-PII-original") - 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:d1efd6765e086e966a7f554c109b0dcf1ddcf2cfe95427f9fcb17f0f54b564e3
|
| 3 |
size 433995572
|