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

  • Log In
  • Sign Up

alfonsusrr
/
BugBERTa-C

Text Classification
Transformers
Safetensors
English
roberta
Model card Files Files and versions
xet
Community

Instructions to use alfonsusrr/BugBERTa-C with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alfonsusrr/BugBERTa-C with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alfonsusrr/BugBERTa-C")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alfonsusrr/BugBERTa-C")
    model = AutoModelForSequenceClassification.from_pretrained("alfonsusrr/BugBERTa-C")
  • Notebooks
  • Google Colab
  • Kaggle
BugBERTa-C
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
alfonsusrr's picture
alfonsusrr
Update README.md
4d90d6b verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    292 Bytes
    Update README.md about 2 years ago
  • config.json
    1.52 kB
    Upload RobertaForSequenceClassification about 2 years ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification about 2 years ago