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

  • Log In
  • Sign Up

rimoKR
/
github-issue-tag-classifier

Text Classification
Transformers
Safetensors
English
bert
github
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use rimoKR/github-issue-tag-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rimoKR/github-issue-tag-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rimoKR/github-issue-tag-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rimoKR/github-issue-tag-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("rimoKR/github-issue-tag-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
github-issue-tag-classifier
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rimoKR's picture
rimoKR
Update README.md
775999d verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    6.65 kB
    Update README.md 10 months ago
  • config.json
    1.48 kB
    Upload BertForSequenceClassification 10 months ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification 10 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 10 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer 10 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 10 months ago