n-waves / multifit

The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model Fine-tuning" https://arxiv.org/abs/1909.04761

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port to Fastai 2

tgalery opened this issue · comments

Hi I was wondering if there's an attempt to update this codebase to fastai 2. I'm trying to run that on updated libraries but it seems trickier than I anticipated.

Yes @tgalery I do not think you will be able to use multifit in fastai 2. By now we will have to stick to the classical ULMFIT way.

Jeremy Howard explains it very well here.

Do you have any other alternative?