Keras-Text-Transfer-Learning
Keras-Text-Transfer-Learning copied to clipboard
Transfer_Learning_Semantic_Similarity_with_TF_Hub_Universal_Encoder.ipynb
There is a cell to read TEST data into the TRAINNG dataframe, "df_train = get_dataframe('test_data.txt')" right after reading the training data into the same dataframe, which makes 'train_text.shape' (500, 1) instead of (5452, 1). I guess that should be removed.