sisaacson commited on
Commit
42b240f
1 Parent(s): a9a7792

Update README.md

Browse files

Simple Neural Net to classify sentences as ones containing "action items" or not. Trained using the Enron email dataset.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
5
  ---
6
 
7
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ license: mit
6
+ language:
7
+ - en
8
  ---
9
 
10
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration: