Instructions to use mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection") model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/bigcode-starcoderbase-1b-finetuned-defect-detection") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4548876216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa7ca25d2469a0bcc28c73eec3de6fa24bf95f7424f6af238574c52c2a74e4df
|
| 3 |
size 4548876216
|
runs/Feb21_06-14-19_nglczrkt3t/events.out.tfevents.1708496059.nglczrkt3t.174.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f7a60d97bce769f21d05f98f11e4027cee465c26f7ec3d8b28ed8642cebbf18
|
| 3 |
+
size 7108
|