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