Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

howdoiuse-keyboard
/
indian-address-parser-model

Token Classification
Transformers
PyTorch
English
Hindi
ner
address-parsing
indian-addresses
bert
crf
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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
indian-address-parser-model
1.12 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
howdoiuse-keyboard's picture
howdoiuse-keyboard
Add base_model, library_name, pipeline_tag to model card metadata
85f84fa verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.54 kB
    Add base_model, library_name, pipeline_tag to model card metadata 4 days ago
  • config.json
    1.49 kB
    Upload IndicBERTv2-CRF model (80% F1 on Indian addresses) 3 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.11 GB
    xet
    v4 model 3 months ago
  • test_results.json
    1.08 kB
    Update test_results.json 3 months ago
  • tokenizer.json
    6.28 MB
    Upload IndicBERTv2-CRF model (80% F1 on Indian addresses) 3 months ago
  • tokenizer_config.json
    281 Bytes
    Upload IndicBERTv2-CRF model (80% F1 on Indian addresses) 3 months ago
  • training_info.json
    348 Bytes
    Update training_info.json 3 months ago