tbitai commited on
Commit
87c7139
·
verified ·
1 Parent(s): 38a9ecb

Change model card title to model name

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,9 +3,9 @@ language:
3
  - en
4
  pipeline_tag: text-classification
5
  ---
6
- # Bayesian spam probabilities for the Enron1 dataset
7
 
8
- This model stores the token spam probabilites calculated with Graham's algorithm
9
  on the [Enron1](https://www2.aueb.gr/users/ion/data/enron-spam/index.html) dataset,
10
  as described in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.
11
 
 
3
  - en
4
  pipeline_tag: text-classification
5
  ---
6
+ # Bayes Enron1 spam
7
 
8
+ This model stores the Bayesian spam probabilites calculated with Graham's algorithm
9
  on the [Enron1](https://www2.aueb.gr/users/ion/data/enron-spam/index.html) dataset,
10
  as described in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.
11