Instructions to use kulkarni-harsh/address-extraction-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kulkarni-harsh/address-extraction-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kulkarni-harsh/address-extraction-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kulkarni-harsh/address-extraction-ner") model = AutoModelForTokenClassification.from_pretrained("kulkarni-harsh/address-extraction-ner") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 3521702 verified
Revert config.json 7a78077 verified
Update config.json 942885f verified
Model & Tokenizer Push 36418ab
Harsh Kulkarni commited on
Initial commit 44dc655
Harsh Kulkarni commited on