tbitai commited on
Commit
cb381ca
1 Parent(s): bb9fbba

Change model card title to model name

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,9 +4,9 @@ language:
4
  library_name: 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.
 
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.