Instructions to use OmarMaqousi/ner-arabic-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OmarMaqousi/ner-arabic-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="OmarMaqousi/ner-arabic-model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("OmarMaqousi/ner-arabic-model") model = AutoModelForTokenClassification.from_pretrained("OmarMaqousi/ner-arabic-model") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 225257d321afc4310eaa385dcde0200f73167a55fa970ecc618c8009bd008161
- Size of remote file:
- 17.1 MB
- SHA256:
- d1065c14bf5f3d26a369bb348eae791e137f4b69cc85f846cc14bde0e6c49aca
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.