mvss80

Results 4 comments of mvss80

@sminder @bigboNed3 @wazzy @lapolonio For my application, I would like to take sentences as inputs and extract word embeddings from layer -2 (as described here: https://github.com/google-research/bert#using-bert-to-extract-fixed-feature-vectors-like-elmo). Any guidance on what...

@sminder do you mind sharing the entire code to export the BERT model? > @lapolonio my export function is like this: > > ``` > def export_model(dir_path): > MAX_SEQ_LEN =...

> I had faced the same problem while exporting a fine-tuned model. Following are the things that I understood: > > 1. So, your trained model is saved in the...

@kermitt2 thanks for the quick response and pointing me to the utility. For the ner pretrained models, I can find the .hdf5 file with the weights but cannot find the...