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
| { | |
| "accuracy": 0.74, | |
| "precision": 0.6709778206364514, | |
| "recall": 0.74, | |
| "f1": 0.6923560836326794, | |
| "confusion_matrix": [ | |
| [ | |
| 716, | |
| 61 | |
| ], | |
| [ | |
| 199, | |
| 24 | |
| ] | |
| ] | |
| } |