Text Classification
Keras
TensorBoard
English
lstm
spam-classification
binary-classification
email
deep-learning
Instructions to use lokas/spam-emails-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use lokas/spam-emails-classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://lokas/spam-emails-classifier") - Notebooks
- Google Colab
- Kaggle
Upload model.h5 with huggingface_hub
Browse files
model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 126178376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d6ddcd1ad7cb0fd5a134115b29a210aed8216037f8d551634252c94da4ee14c
|
| 3 |
size 126178376
|