Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Azma-AI
/
bert-base-named-entity-extractor

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use Azma-AI/bert-base-named-entity-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Azma-AI/bert-base-named-entity-extractor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Azma-AI/bert-base-named-entity-extractor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Azma-AI/bert-base-named-entity-extractor")
    model = AutoModelForTokenClassification.from_pretrained("Azma-AI/bert-base-named-entity-extractor")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-named-entity-extractor
1.73 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
AswanthCManoj's picture
AswanthCManoj
updated model
3c945b0 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README (1).md
    4.81 kB
    updated model over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • added_tokens.json
    2 Bytes
    updated model over 2 years ago
  • config.json
    829 Bytes
    updated model over 2 years ago
  • flax_model.msgpack
    431 MB
    xet
    updated model over 2 years ago
  • gitattributes.txt
    445 Bytes
    updated model over 2 years ago
  • model.safetensors
    433 MB
    xet
    updated model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    433 MB
    xet
    updated model over 2 years ago
  • special_tokens_map.json
    112 Bytes
    updated model over 2 years ago
  • tf_model.h5
    434 MB
    xet
    updated model over 2 years ago
  • tokenizer_config.json
    59 Bytes
    updated model over 2 years ago
  • vocab.txt
    213 kB
    updated model over 2 years ago