Text Classification
Keras
social-engineering-detection
phishing-detection
spam-detection
tensorflow
cybersecurity
Instructions to use DhruvSoni/social-engineering-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use DhruvSoni/social-engineering-detector with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://DhruvSoni/social-engineering-detector") - Notebooks
- Google Colab
- Kaggle
File size: 75 Bytes
edc168a | 1 2 3 4 5 | {
"max_tokens": 20000,
"max_seq_len": 200,
"vocabulary_size": 20000
} |