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

  • Log In
  • Sign Up

dev-analyzer
/
commit-message-model

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

Instructions to use dev-analyzer/commit-message-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dev-analyzer/commit-message-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dev-analyzer/commit-message-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dev-analyzer/commit-message-model")
    model = AutoModelForSequenceClassification.from_pretrained("dev-analyzer/commit-message-model")
  • Notebooks
  • Google Colab
  • Kaggle
commit-message-model
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
ebbanimer's picture
ebbanimer
initial commit
8d92ddb verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago