Change to `tf.keras` instead of keras because it's the future of keras and makes tensorflow version irrelevant.
0.0.2
Add `from_config()` function to the ContextualizedEmbedding object, which is called on deserialization. It turns pickled lists of lists back into original numpy arrays.