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

baikalai
/
dbert-ner

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

Instructions to use baikalai/dbert-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use baikalai/dbert-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="baikalai/dbert-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("baikalai/dbert-ner")
    model = AutoModelForTokenClassification.from_pretrained("baikalai/dbert-ner")
  • Notebooks
  • Google Colab
  • Kaggle
dbert-ner
675 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
baikalai's picture
baikalai
add model.safetensors
22a6b65 over 1 year ago
  • .gitattributes
    744 Bytes
    add model.safetensors over 1 year ago
  • config.json
    1.86 kB
    Update config.json almost 5 years ago
  • model.safetensors
    225 MB
    xet
    add model.safetensors over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    449 MB
    xet
    for test release almost 5 years ago
  • tokenizer_config.json
    56 Bytes
    for test release almost 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "attrdict.dictionary.AttrDict",
    • "__builtin__.tuple"

    How to fix it?

    1.46 kB
    xet
    for test release almost 5 years ago
  • vocab.txt
    325 kB
    for test release almost 5 years ago