Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mcanoglu
/
bigcode-starcoderbase-1b-finetuned-defect-detection

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

Instructions to use mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection")
    model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection")
  • Notebooks
  • Google Colab
  • Kaggle
bigcode-starcoderbase-1b-finetuned-defect-detection / runs
38.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
mcanoglu's picture
mcanoglu
End of training
5e31a24 verified about 2 years ago
  • Feb19_14-13-31_nxbyw86pyq
    Training in progress, epoch 0 about 2 years ago
  • Feb21_06-14-19_nglczrkt3t
    End of training about 2 years ago
  • Jan21_07-29-51_nsflthqz9c
    Training in progress, epoch 0 over 2 years ago
  • Jan21_07-34-18_nsflthqz9c
    Training in progress, epoch 0 over 2 years ago
  • Jan21_07-37-47_nsflthqz9c
    Training in progress, epoch 0 over 2 years ago
  • Jan21_12-32-57_nddubqhjow
    Training in progress, epoch 2 over 2 years ago