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
added transformers_config for passing arguments to the transformer (#268)
* added transformers config
* changed def config to include new transformers config
* fixed quotationmarks in config
* removed wierd symbol
* added attention in data classes
* fixed keyerror
* ibid
* added pass of config to forward
* ibid
* fix for init
* fixed tensors in forward
* removed default for attention and added to_doc fix for attn
* reformatted to black (accidentally reformatted via. autopep8)
* added def to transformerdata
* bugfixes - don't get why this does not use the default argument here though
* removed default trfconfig from trfmodel
* updated dummy transformer
* fixed tests
* added Tok2VecTransformer.v2
* changed typing
* fixed type hint
* fixed name of transformer_tok2vec_v2, added def
* fixed default config to match name change
* remove ds
* renamed transformers_config
Co-authored-by: KennethEnevoldsen <[email protected]>
0 commit comments