Instructions to use NamCyan/graphcodebert-base-technical-debt-code-tesoro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NamCyan/graphcodebert-base-technical-debt-code-tesoro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NamCyan/graphcodebert-base-technical-debt-code-tesoro")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NamCyan/graphcodebert-base-technical-debt-code-tesoro") model = AutoModelForSequenceClassification.from_pretrained("NamCyan/graphcodebert-base-technical-debt-code-tesoro") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a2fb61b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5824348bceb0c76fdc3c5b26435aea38a5ebcf55109097fad2f65d9205550503
size 498618976
|