I have generated new Base BERT model(dataset1_model_cased_L-12_H-768_A-12) using cased_L-12_H-768_A-12 as trained multi label classification from biobert-run_classifier
I need to add more additional data as dataset2 and the model should be dataset2_model_cased_L-12_H-768_A-12
Is tensorflow-hub help this to resolve my problem?
Model training life cycle will be like this below,
cased_L-12_H-768_A-12 => dataset1 => dataset1_model_cased_L-12_H-768_A-12
dataset1_model_cased_L-12_H-768_A-12 => dataset2 => dataset2_model_cased_L-12_H-768_A-12