ULMFiT_Text_Classification
ULMFiT_Text_Classification copied to clipboard
Transfer Learning for NLP Tasks
Results
1
ULMFiT_Text_Classification issues
Sort by
recently updated
recently updated
newest added
NameError Traceback (most recent call last) in () 1 # Language model data ----> 2 data_lm = TextLMDataBunch.from_df(train_df = df_trn, valid_df = df_val, path = "") 3 4 # Classifier...