victordibia / neuralqa

NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT
https://victordibia.github.io/neuralqa/
MIT License
233 stars 32 forks source link

'TFBertEmbeddings' object has no attribute 'word_embeddings' #69

Open muz1lee opened 3 years ago

muz1lee commented 3 years ago

Hi , when I run the code : model.bert.embeddings.word_embeddings there is an error : 'TFBertEmbeddings' object has no attribute 'word_embeddings' . Could anyone has the same problem ? Could you give me sone insights on how to fix this problem ?