Instructions to use APudding/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 APudding/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="APudding/bigcode-starcoderbase-1b-finetuned-defect-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("APudding/bigcode-starcoderbase-1b-finetuned-defect-detection") model = AutoModelForSequenceClassification.from_pretrained("APudding/bigcode-starcoderbase-1b-finetuned-defect-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
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:57cfd0c1e5369cbe168d7d6d1a0fc81a7a9588feb1474d9895ff94bcbf638e17
|
| 3 |
size 4548876216
|
runs/Apr04_08-17-29_laborpcn3-System-Product-Name/events.out.tfevents.1712211465.laborpcn3-System-Product-Name
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:5cfa9cd9589f224a5da1b1a98ca917f2f2a6749d5a0785d94209342b6286e3f1
|
| 3 |
+
size 9792
|