Token Classification
Transformers
ONNX
Safetensors
English
distilbert
ner
resume-parsing
ats
quantized
edge-ai
Eval Results (legacy)
Instructions to use sanaullah7964/decentralized-ner-parsing-2026 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sanaullah7964/decentralized-ner-parsing-2026 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sanaullah7964/decentralized-ner-parsing-2026")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sanaullah7964/decentralized-ner-parsing-2026") model = AutoModelForTokenClassification.from_pretrained("sanaullah7964/decentralized-ner-parsing-2026", device_map="auto") - Notebooks
- Google Colab
- Kaggle