Instructions to use boda/ANER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boda/ANER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="boda/ANER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("boda/ANER") model = AutoModelForTokenClassification.from_pretrained("boda/ANER") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding `safetensors` variant of this model (#2) dfa201e
remove paper section 88a387c
remove fr lang cf7d1e8
add results to readme ed4d191
init 0e55bc2
boda commited on
Upload pytorch_model.bin 11fe992
initial commit da07635
Abdelrahman Atef commited on