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 0
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:ae27600870a25e42ce02fb79ab2135dedb87129c0f8c956f405381f37035560a
|
| 3 |
size 4548876216
|
runs/Feb21_06-14-19_nglczrkt3t/events.out.tfevents.1708496059.nglczrkt3t.174.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9d4050c71be5c890c76cbf68c97c1c0802aa6a75b598a584f4ff43c5c23f49e
|
| 3 |
+
size 5526
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6968a1269359f573f4904b02444182128f06bf7239b66fcbc2621eedc20d105
|
| 3 |
size 4792
|