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

RashidNLP
/
NER-Deberta

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
deberta-v2
deberta-v3
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use RashidNLP/NER-Deberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RashidNLP/NER-Deberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="RashidNLP/NER-Deberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RashidNLP/NER-Deberta")
    model = AutoModelForTokenClassification.from_pretrained("RashidNLP/NER-Deberta")
  • Notebooks
  • Google Colab
  • Kaggle
NER-Deberta / runs
33.8 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
RashidNLP's picture
RashidNLP
Training in progress, epoch 2
d0ddad2 about 3 years ago
  • May19_18-28-29_b947f2a8eb4d
    Training in progress, epoch 1 about 3 years ago
  • May19_18-59-11_b947f2a8eb4d
    Training in progress, epoch 2 about 3 years ago