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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
metadata
pipeline_tag: token-classification
language: ar
datasets:
- wikiann
task_ids:
- named-entity-recognition
tags:
- ner
- ar
- classification
widget:
- text: كريستيانو رونالدو يلعب مع نادي يوفنتوس
example_title: Sentence 1
- text: تخرج أحمد من الجامعة الأمريكية في الشارقة الشهر الماضي
example_title: Sentence 2
- text: لا يزال ديبالا يلعب لفريق يوفنتوس
example_title: Sentence 3