Instructions to use uclanlp/plbart-c-cpp-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uclanlp/plbart-c-cpp-defect-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="uclanlp/plbart-c-cpp-defect-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("uclanlp/plbart-c-cpp-defect-detection") model = AutoModelForSequenceClassification.from_pretrained("uclanlp/plbart-c-cpp-defect-detection") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
af83032 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:11fbcfafd128243b46161c2ccccc7aefef3d21aa955ab7eae88da768d8bd48e0
size 559281674
|