Instructions to use phishbot/Isitphish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phishbot/Isitphish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="phishbot/Isitphish")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("phishbot/Isitphish") model = AutoModelForSequenceClassification.from_pretrained("phishbot/Isitphish") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6f7096e
Update README.md 3a32597
Update README.md 26ca614
Update README.md f4fad51
Update README.md 4a28821
Update README.md e2b3957
Update README.md e13ca76
initial commit ab55e73
phishbot commited on