Skip to content
Snippets Groups Projects

Release 1.0.4

5 files
+ 20
17
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -105,6 +105,8 @@ class TransformersWordEmbedder(token_embedders.PretrainedTransformerMismatchedEm
Tested with Bert (but should work for other models as well).
"""
authorized_missing_keys = [r"position_ids$"]
def __init__(self,
model_name: str,
projection_dim: int = 0,
Loading