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

  • Log In
  • Sign Up

AISE-TUDelft
/
CodeBERTa-ft-coco-2e-05lr

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

Instructions to use AISE-TUDelft/CodeBERTa-ft-coco-2e-05lr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AISE-TUDelft/CodeBERTa-ft-coco-2e-05lr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AISE-TUDelft/CodeBERTa-ft-coco-2e-05lr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AISE-TUDelft/CodeBERTa-ft-coco-2e-05lr")
    model = AutoModelForSequenceClassification.from_pretrained("AISE-TUDelft/CodeBERTa-ft-coco-2e-05lr")
  • Notebooks
  • Google Colab
  • Kaggle
CodeBERTa-ft-coco-2e-05lr
334 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Ar4l's picture
Ar4l
Upload README.md with huggingface_hub
89ec711 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.87 kB
    Upload README.md with huggingface_hub almost 2 years ago
  • config.json
    862 Bytes
    Upload JonbertaForSequenceClassification almost 2 years ago
  • model.safetensors
    334 MB
    xet
    Upload JonbertaForSequenceClassification almost 2 years ago