semihGuner2002/PhishingURLsDataset
Viewer • Updated • 756k • 18 • 2
How to use semihGuner2002/distilbert-base-uncased-finetuned-URL with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="semihGuner2002/distilbert-base-uncased-finetuned-URL") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("semihGuner2002/distilbert-base-uncased-finetuned-URL")
model = AutoModelForSequenceClassification.from_pretrained("semihGuner2002/distilbert-base-uncased-finetuned-URL")This model is a fine-tuned version of distilbert-base-uncased on my own phishing URL dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 0.0733 | 0.0372 | 0 |
| 0.0339 | 0.0487 | 1 |
| 0.0191 | 0.0379 | 2 |
| 0.0103 | 0.0441 | 3 |
| 0.0065 | 0.0589 | 4 |
Base model
distilbert/distilbert-base-uncased