You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating embeddings roughly takes 50% of the inference time. allennlp/modules/token_embedders/pretrained_transformer_embedder.py hold the logic for creating these embeddings. Make sure we can call them in a faster way.
The text was updated successfully, but these errors were encountered:
Creating embeddings roughly takes 50% of the inference time.
allennlp/modules/token_embedders/pretrained_transformer_embedder.py
hold the logic for creating these embeddings. Make sure we can call them in a faster way.The text was updated successfully, but these errors were encountered: