Skip to content

0.6.0

Compare
Choose a tag to compare
@akutuzov akutuzov released this 02 Nov 02:07
· 13 commits to master since this release

Changes

  • Whether to use the top layer or the average of all layers is now the layers argument of the get_elmo_vectors() and get_elmo_vectors_average() methods. It is no longer necessary to state this when loading a model.
  • The layers argument can take the all value. In this case, raw weights from all 3 ELMo layers are returned.
  • Small fixes