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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
license: mit
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
- AI-generated
|
| 14 |
- transformers
|
| 15 |
- bert
|
| 16 |
-
|
| 17 |
|
| 18 |
## Task Overview
|
| 19 |
|
|
|
|
| 1 |
+
---
|
| 2 |
license: mit
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
|
|
|
| 13 |
- AI-generated
|
| 14 |
- transformers
|
| 15 |
- bert
|
| 16 |
+
---
|
| 17 |
|
| 18 |
## Task Overview
|
| 19 |
|