Instructions to use dipudl/codeT5-DistilBERT-function-swap-bug-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dipudl/codeT5-DistilBERT-function-swap-bug-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dipudl/codeT5-DistilBERT-function-swap-bug-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dipudl/codeT5-DistilBERT-function-swap-bug-model") model = AutoModelForSequenceClassification.from_pretrained("dipudl/codeT5-DistilBERT-function-swap-bug-model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
109c6a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:305ef7ac2f4317b349b02f1eb96824c26c254a6a94f22dc41506db2c69585ac6
size 3311
|