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 folder using huggingface_hub
Browse files- .gitattributes +9 -0
- images/LSTM.png +3 -0
- images/cloud.png +3 -0
- images/confusion50.png +3 -0
- images/confusion77.png +3 -0
- images/eda.png +3 -0
- images/ham.png +0 -0
- images/ham2.png +0 -0
- images/prob_dist.png +3 -0
- images/progression.png +3 -0
- images/spam.png +0 -0
- images/spam2.png +0 -0
- images/threshold.png +3 -0
- images/units.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/LSTM.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/cloud.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/confusion50.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/confusion77.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/eda.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/prob_dist.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/progression.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/threshold.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/units.png filter=lfs diff=lfs merge=lfs -text
|
images/LSTM.png
ADDED
|
Git LFS Details
|
images/cloud.png
ADDED
|
Git LFS Details
|
images/confusion50.png
ADDED
|
Git LFS Details
|
images/confusion77.png
ADDED
|
Git LFS Details
|
images/eda.png
ADDED
|
Git LFS Details
|
images/ham.png
ADDED
|
images/ham2.png
ADDED
|
images/prob_dist.png
ADDED
|
Git LFS Details
|
images/progression.png
ADDED
|
Git LFS Details
|
images/spam.png
ADDED
|
images/spam2.png
ADDED
|
images/threshold.png
ADDED
|
Git LFS Details
|
images/units.png
ADDED
|
Git LFS Details
|