melusine
melusine copied to clipboard
Remove the pinned transformers==3.4.0 version in the dependencies
Description of Problem: Currently, Melusine only works with transformers 3.4.0 (or no transformers at all). Latest releases of the transformers library are thus not available (including latest models).
Overview of the Solution: Make the Melusine code compatible with transformers>=4
Definition of Done: Melusine works without the pinned transformers==3.4.0 version