Unbabel / OpenKiwi

Open-Source Machine Translation Quality Estimation in PyTorch
https://unbabel.github.io/OpenKiwi/
GNU Affero General Public License v3.0
229 stars 48 forks source link

Add transformer encoder fine-tuning with Adapters #90

Open daandouwe opened 3 years ago

daandouwe commented 3 years ago

Closes #88.

daandouwe commented 3 years ago

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...