OpenKiwi
OpenKiwi copied to clipboard
Add transformer encoder fine-tuning with Adapters
Closes #88.
Currently needs a manual
pip install adapter-transformers==1.1.0
which will throw some conflicts (with tokenizers) and in my case required a manual edit in one of the installed python libraries.
Hence I wasn't able to poetry add
it...