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

Gladiator
/
microsoft-deberta-v3-large_ner_conll2003

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use Gladiator/microsoft-deberta-v3-large_ner_conll2003 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Gladiator/microsoft-deberta-v3-large_ner_conll2003 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Gladiator/microsoft-deberta-v3-large_ner_conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Gladiator/microsoft-deberta-v3-large_ner_conll2003")
    model = AutoModelForTokenClassification.from_pretrained("Gladiator/microsoft-deberta-v3-large_ner_conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
microsoft-deberta-v3-large_ner_conll2003
5.23 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
mihass's picture
mihass
Adding ONNX file of this model
b6784df verified 9 months ago
  • onnx
    Adding ONNX file of this model 9 months ago
  • runs
    End of training over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 3 years ago
  • README.md
    2.39 kB
    Adding ONNX file of this model 9 months ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 over 3 years ago
  • config.json
    1.22 kB
    Training in progress, epoch 1 over 3 years ago
  • model.safetensors
    1.74 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.74 GB
    xet
    Training in progress, epoch 5 over 3 years ago
  • special_tokens_map.json
    173 Bytes
    Training in progress, epoch 1 over 3 years ago
  • spm.model
    2.46 MB
    xet
    Training in progress, epoch 1 over 3 years ago
  • tokenizer.json
    8.66 MB
    Training in progress, epoch 1 over 3 years ago
  • tokenizer_config.json
    400 Bytes
    Training in progress, epoch 1 over 3 years ago
  • training_args.bin
    3.38 kB
    xet
    Training in progress, epoch 1 over 3 years ago