Model card
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: tf-keras
|
5 |
+
pipeline_tag: text-classification
|
6 |
+
---
|
7 |
+
# Text classifier neural network trained on the Enron1 spam dataset
|
8 |
+
|
9 |
+
This model is a best-effort reconstruction of the text classifier neural network (NN)
|
10 |
+
with self-trained embeddings in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.
|
11 |
+
|
12 |
+
It was trained on the on the [Enron1](https://www2.aueb.gr/users/ion/data/enron-spam/index.html) dataset.
|