Text Classification
Transformers
Safetensors
English
bert
phishing-detection
bert-mini
text-embeddings-inference
Instructions to use lleratodev/720-bert-mini-phishing-fine-tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lleratodev/720-bert-mini-phishing-fine-tune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lleratodev/720-bert-mini-phishing-fine-tune")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lleratodev/720-bert-mini-phishing-fine-tune") model = AutoModelForSequenceClassification.from_pretrained("lleratodev/720-bert-mini-phishing-fine-tune") - Notebooks
- Google Colab
- Kaggle
Ctrl+K