Instructions to use mcanoglu/Salesforce-codet5p-770m-finetuned-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcanoglu/Salesforce-codet5p-770m-finetuned-defect-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mcanoglu/Salesforce-codet5p-770m-finetuned-defect-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mcanoglu/Salesforce-codet5p-770m-finetuned-defect-detection") model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/Salesforce-codet5p-770m-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 2954832960
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a8d14c55f9ccb715eea2386b1c85fb595bb1f5680d82e84f07642ee50757f86
|
| 3 |
size 2954832960
|
runs/Feb20_13-30-44_niua5ryqg7/events.out.tfevents.1708435845.niua5ryqg7.50.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:a0572f689528931f19a734813b1d89b3a348334582e5767e0735529302a1f7ec
|
| 3 |
+
size 8808
|