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
| { | |
| "max_tokens": 20000, | |
| "max_seq_len": 200, | |
| "vocabulary_size": 20000 | |
| } |