Instructions to use MutazYoune/bert-base-AE-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MutazYoune/bert-base-AE-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MutazYoune/bert-base-AE-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MutazYoune/bert-base-AE-NER") model = AutoModelForTokenClassification.from_pretrained("MutazYoune/bert-base-AE-NER") - 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 435599164
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fab89d3737bd1aceea7994af82d2aedc8079f7fd24d194812d6bdddb2403122
|
| 3 |
size 435599164
|