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

  • Log In
  • Sign Up

LavishKK
/
graphcodebert-slowcode-detector-unbalanced

Text Classification
Transformers
Safetensors
English
roberta
code
classification
BERT
Python
Java
JavaScript
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LavishKK/graphcodebert-slowcode-detector-unbalanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LavishKK/graphcodebert-slowcode-detector-unbalanced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LavishKK/graphcodebert-slowcode-detector-unbalanced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LavishKK/graphcodebert-slowcode-detector-unbalanced")
    model = AutoModelForSequenceClassification.from_pretrained("LavishKK/graphcodebert-slowcode-detector-unbalanced")
  • Notebooks
  • Google Colab
  • Kaggle
graphcodebert-slowcode-detector-unbalanced
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
LavishKK's picture
LavishKK
Update README.md
e50960c verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.07 kB
    Update README.md about 1 year ago
  • config.json
    758 Bytes
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • merges.txt
    456 kB
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • model.safetensors
    499 MB
    xet
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • special_tokens_map.json
    957 Bytes
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • tokenizer.json
    3.56 MB
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • tokenizer_config.json
    1.25 kB
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago
  • vocab.json
    798 kB
    Upload graphcodebert-slowcode-detector-unbalanced about 1 year ago