Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use DunnBC22/codebert-base-mlm-Malicious_URLs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/codebert-base-mlm-Malicious_URLs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DunnBC22/codebert-base-mlm-Malicious_URLs")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DunnBC22/codebert-base-mlm-Malicious_URLs") model = AutoModelForSequenceClassification.from_pretrained("DunnBC22/codebert-base-mlm-Malicious_URLs") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Jun21_14-46-56_3cb495f9eec1/events.out.tfevents.1687358919.3cb495f9eec1.488.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:e48215b512ba393a1986e0283a45b22ee4cddb84b115d5946845ab1b0b0026ef
|
| 3 |
+
size 88285
|