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: 291 Bytes
7aa878f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"checkpoint": "checkpoint-150",
"split": "test",
"accuracy": 0.687,
"precision": 0.6708,
"recall": 0.687,
"f1_score": 0.6784,
"confusion_matrix": [
[
636,
141
],
[
172,
51
]
]
} |