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