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