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