--- language: - en pipeline_tag: text-classification --- # Bayes Enron1 spam This model stores the Bayesian spam probabilites calculated with Graham's algorithm on the [Enron1](https://www2.aueb.gr/users/ion/data/enron-spam/index.html) dataset, as described in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project. ## Data structure `probs.json` is dumped from a dictionary contaning *token: probability* pairs, e.g. `"enron": 0.0`. The unknown token is `[UNK]`.