Instructions to use abdusah/arabert-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdusah/arabert-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="abdusah/arabert-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("abdusah/arabert-ner") model = AutoModelForTokenClassification.from_pretrained("abdusah/arabert-ner") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md d090344
Abdulwahab Sahyoun commited on
Update README.md ce3e26a
Abdulwahab Sahyoun commited on
add model c551b64
Abdulwahab Sahyoun commited on
Update README.md c1630c0
Abdulwahab Sahyoun commited on
add tokenizer 980211c
Abdulwahab Sahyoun commited on
Update README.md 713bfea
Abdulwahab Sahyoun commited on
add model 72536f1
Abdulwahab Sahyoun commited on
Update README.md 85872d7
Abdulwahab Sahyoun commited on
Create README.md 322e682
Abdulwahab Sahyoun commited on