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 ·
b5ee103
1
Parent(s): 98a24b4
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:fe3dca7b18067ed11919258e10527296d8b00980b077465bec597a945c2dbdfc
|
| 3 |
size 496311025
|