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

brunodorneles
/
ner_model

Token Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
2

Instructions to use brunodorneles/ner_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use brunodorneles/ner_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="brunodorneles/ner_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("brunodorneles/ner_model")
    model = AutoModelForTokenClassification.from_pretrained("brunodorneles/ner_model")
  • Notebooks
  • Google Colab
  • Kaggle
ner_model
710 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
brunodorneles's picture
brunodorneles
Create config.json
15a5ddc over 4 years ago
  • resolve
    Create config.json over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • added_tokens.json
    2 Bytes
    Upload added_tokens.json over 4 years ago
  • config.json
    2.08 kB
    add model over 4 years ago
  • idx2tag.json
    343 Bytes
    Upload idx2tag.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    709 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer_config.json
    502 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    1.12 MB
    Upload vocab.txt over 4 years ago