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

mcanoglu
/
microsoft-codebert-base-finetuned-defect-detection

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use mcanoglu/microsoft-codebert-base-finetuned-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mcanoglu/microsoft-codebert-base-finetuned-defect-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mcanoglu/microsoft-codebert-base-finetuned-defect-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-detection")
    model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-detection")
  • Notebooks
  • Google Colab
  • Kaggle
microsoft-codebert-base-finetuned-defect-detection / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
mcanoglu's picture
mcanoglu
Training in progress, epoch 4
d317552 verified over 2 years ago
  • Feb19_15-56-43_nvlk203gi1
    Training in progress, epoch 4 over 2 years ago
  • Jan18_20-04-20_nuckm90kml
    End of training over 2 years ago
  • Jan18_20-47-12_ncfx0wf02p
    End of training over 2 years ago
  • Jan20_13-35-06_n9h3n1cecs
    Training in progress, epoch 1 over 2 years ago
  • Jan20_13-39-44_n9h3n1cecs
    Training in progress, epoch 1 over 2 years ago
  • Jan20_13-46-54_n9h3n1cecs
    Training in progress, epoch 3 over 2 years ago