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

  • Log In
  • Sign Up

Ahmedjr
/
codebert-algorithm-tagger

Text Classification
Transformers
Safetensors
English
roberta
code
algorithms
competitive-programming
multi-label-classification
codebert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ahmedjr/codebert-algorithm-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ahmedjr/codebert-algorithm-tagger with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ahmedjr/codebert-algorithm-tagger")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ahmedjr/codebert-algorithm-tagger")
    model = AutoModelForSequenceClassification.from_pretrained("Ahmedjr/codebert-algorithm-tagger")
  • Notebooks
  • Google Colab
  • Kaggle
codebert-algorithm-tagger
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ahmedjr's picture
Ahmedjr
initial commit
2cdcf51 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago