georgian-io/Multimodal-Toolkit

Support for other BERT models

dsi-idc opened this issue · 1 comments

hi!
Can I expect the package to work on other BERT models (not listed in the ReadMe) -- e.g., longformer

thank you!

There's no direct support for models not listed in the readme. However, you should be able to add such models on your own. Take a look at multimodal_transformers/model/tabular_transformers.py for existing implementations and feel free to open up a PR if you do add models :)