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

Shresthadev403
/
ner-bert-ingredientstesting

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Shresthadev403/ner-bert-ingredientstesting with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Shresthadev403/ner-bert-ingredientstesting")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Shresthadev403/ner-bert-ingredientstesting")
    model = AutoModelForTokenClassification.from_pretrained("Shresthadev403/ner-bert-ingredientstesting")
  • Notebooks
  • Google Colab
  • Kaggle
ner-bert-ingredientstesting / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
Shresthadev403's picture
Shresthadev403
End of training
99bcaf0 verified over 2 years ago
  • Jan17_06-16-27_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-28-03_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-30-10_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-31-51_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-34-08_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-36-29_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-45-41_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-57-58_9e8811c6b851
    End of training over 2 years ago
  • Jan17_06-59-56_9e8811c6b851
    End of training over 2 years ago
  • Jan17_07-01-14_9e8811c6b851
    End of training over 2 years ago
  • Jan17_07-03-37_9e8811c6b851
    End of training over 2 years ago
  • Jan22_02-43-32_fbf1b033956c
    End of training over 2 years ago
  • Jan30_10-22-15_1f29a6e67489
    End of training over 2 years ago