Instructions to use dzungpham/graphcodebert-code-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dzungpham/graphcodebert-code-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dzungpham/graphcodebert-code-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 252 Bytes
3c8b1b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"accuracy": 0.697,
"precision": 0.6824933232713413,
"recall": 0.697,
"f1": 0.6892394551825375,
"confusion_matrix": [
[
640,
137
],
[
166,
57
]
]
} |