mirror of
https://github.com/wassname/multifit.git
synced 2026-09-10 12:12:50 +08:00
Working version of BILM - probably won't train well yet
This commit is contained in:
@@ -58,3 +58,7 @@ class LanguageModelLoader(): # copy of the original LanguageModelLoader
|
||||
return x,y
|
||||
|
||||
###################### NEW CODE
|
||||
|
||||
|
||||
import fastai.text.data
|
||||
fastai.text.data.LanguageModelLoader = LanguageModelLoader # Replace original LanguageModelLoader with new verion
|
||||
|
||||
Reference in New Issue
Block a user