phishing-email-detection-distilbert_v2.4.1 (ONNX)
This is an ONNX version of cybersectony/phishing-email-detection-distilbert_v2.4.1. It was automatically converted and uploaded using this space.
Usage (Transformers.js)
If you haven't already, you can install the Transformers.js JavaScript library from NPM using:
npm i @huggingface/transformers
Example: Detect phishing emails using the pre-trained model.
import { pipeline } from '@huggingface/transformers';
const classifier = await pipeline('text-classification', 'onnx-community/phishing-email-detection-distilbert_v2.4.1-ONNX');
const output = await classifier('I love transformers!');
- Downloads last month
- 1
Model tree for onnx-community/phishing-email-detection-distilbert_v2.4.1-ONNX
Base model
distilbert/distilbert-base-uncased