Skip to content

0.1.1

Compare
Choose a tag to compare
@KieranLitschel KieranLitschel released this 24 Jan 20:28
· 13 commits to main since this release
20c4b62

New features:

  • Implemented basic SWEM-max model (#1)
  • Made it so dropout is applied to the embeddings rather than the output of the max-pooling layer (#6)
  • Added option to initialize the model with pre-trained GloVe embeddings and adapt them (#7)
  • Added option to freeze the embedding layer (#15)
  • Implemented global explainability for word embedding components, as proposed in section 4.1.1 of the original paper (#2)