Token Classification
Transformers
PyTorch
English
Hindi
ner
address-parsing
indian-addresses
bert
crf
Eval Results (legacy)
Instructions to use howdoiuse-keyboard/indian-address-parser-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howdoiuse-keyboard/indian-address-parser-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="howdoiuse-keyboard/indian-address-parser-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("howdoiuse-keyboard/indian-address-parser-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
howdoiusekeyboard commited on
v4 model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da8bab12dd12f696b0d02bbe8feb2f6ed258aaf4ab2a7c962488f67dc8ffdf4a
|
| 3 |
+
size 1112349075
|