Change model card title to model name
Browse files
README.md
CHANGED
@@ -4,9 +4,9 @@ language:
|
|
4 |
library_name: keras
|
5 |
pipeline_tag: text-classification
|
6 |
---
|
7 |
-
#
|
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.
|
|
|
4 |
library_name: keras
|
5 |
pipeline_tag: text-classification
|
6 |
---
|
7 |
+
# NN Enron1 spam
|
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) spam dataset.
|