Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use mcanoglu/microsoft-codebert-base-finetuned-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcanoglu/microsoft-codebert-base-finetuned-defect-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mcanoglu/microsoft-codebert-base-finetuned-defect-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-detection") model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-detection") - 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 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8e6af3703f588f4ac2fa2e5c0e510218610b9f63590bc4d4b0c4ad294a2f8d3
|
| 3 |
size 498612824
|
runs/Feb19_15-56-43_nvlk203gi1/events.out.tfevents.1708358204.nvlk203gi1.32.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:6ea508309c5970034f8b04b4ab618cdc13266de55f4939080d1c0a18a7e660a4
|
| 3 |
+
size 8656
|