BERTvsULMFIT icon indicating copy to clipboard operation
BERTvsULMFIT copied to clipboard

Comparing Text Classification results using BERT embedding and ULMFIT embedding

Results 2 BERTvsULMFIT issues
Sort by recently updated
recently updated
newest added

Hi. In ULMFiT, I want to run create_toks.py in IMDb datasets. I try to run below sentence, but error occurs. python create_toks.py --dir-path ~/working_dir/classification/files/imdb/ --working-path ~/working_dir/classification/models/ulmfit/imdb/ File "create_toks.py", line 27,...

Hello. I have a question about the experiment result in README.md. Does it come from the pre-train bert or using bert to fine-tune the data? Thank you~