Instructions to use alexjercan/codebert-base-buggy-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexjercan/codebert-base-buggy-token-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alexjercan/codebert-base-buggy-token-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alexjercan/codebert-base-buggy-token-classification") model = AutoModelForTokenClassification.from_pretrained("alexjercan/codebert-base-buggy-token-classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
f09c41d
1
Parent(s): b4f158c
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496311025
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bca440e0356539810d01bae9df0023c27741dd79736d2af52e718c1f76497b88
|
| 3 |
size 496311025
|