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 26ca614
Update README.md f4fad51
Update README.md 4a28821
Update README.md e2b3957
Update README.md e13ca76
Update config.json baf0f38
Update config.json 61dfd98
Upload tokenizer 18fb75a
Upload config.json df40f68
Upload pytorch_model.bin d202a74
initial commit ab55e73
phishbot commited on