Metadata-Version: 2.1
Name: pytorch-swem
Version: 0.1.1
Summary: Pytorch implementation of the simple word embedding model.
Home-page: https://github.com/schoennenbeck/swem
Author: Sebastian Schönnenbeck
Author-email: schoennenbeck@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Simple word embedding models

A pytorch implementation of the Simple Word Embedding Model from the paper [Baselines need more love](https://arxiv.org/abs/1808.09843) and some additional models and utilities.

## Installation 

For the time being this package can only be installed from source.
```
git clone https://github.com/schoennenbeck/swem.git
cd swem
pip install .
```

