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

  • Log In
  • Sign Up

NamCyan
/
codet5-technical-debt-code-tesoro

Text Classification
Transformers
Safetensors
t5
Model card Files Files and versions
xet
Community

Instructions to use NamCyan/codet5-technical-debt-code-tesoro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NamCyan/codet5-technical-debt-code-tesoro with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="NamCyan/codet5-technical-debt-code-tesoro")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("NamCyan/codet5-technical-debt-code-tesoro")
    model = AutoModelForSequenceClassification.from_pretrained("NamCyan/codet5-technical-debt-code-tesoro")
  • Notebooks
  • Google Colab
  • Kaggle
codet5-technical-debt-code-tesoro
896 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
NamCyan's picture
NamCyan
Update README.md
adeb560 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.73 kB
    Update README.md over 1 year ago
  • config.json
    1.95 kB
    Upload T5ForSequenceClassification over 1 year ago
  • merges.txt
    294 kB
    Upload tokenizer over 1 year ago
  • model.safetensors
    894 MB
    xet
    Upload T5ForSequenceClassification over 1 year ago
  • special_tokens_map.json
    3.08 kB
    Upload tokenizer over 1 year ago
  • tokenizer.json
    1.37 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    21.2 kB
    Upload tokenizer over 1 year ago
  • vocab.json
    511 kB
    Upload tokenizer over 1 year ago