Hey @rd20karim thsnks for your help do far, I am having this error in the code line: Line 78
It seems it has to do with the number of classes the model is predicting or something.
Maybe related with that is that I noticed that the vocab size inside vocabulary.vocab_size_unk is different than the KIT model input_dim. So, I guess somehow the vocabulary class is building a longer vocabulary than what the trained model have.
Is there any chance you can share the class vocabulary object maybe as a .pkl (for the models model_ton5mfwh and model_u8qatt2y)? Maybe this is faster, since I guess is going to be more difficult to spot what's the error when is building this vocabulary class.
Thanks for your help.!
Hey @rd20karim thsnks for your help do far, I am having this error in the code line: Line 78
It seems it has to do with the number of classes the model is predicting or something.
Maybe related with that is that I noticed that the vocab size inside vocabulary.vocab_size_unk is different than the KIT model input_dim. So, I guess somehow the vocabulary class is building a longer vocabulary than what the trained model have.
Is there any chance you can share the class vocabulary object maybe as a .pkl (for the models model_ton5mfwh and model_u8qatt2y)? Maybe this is faster, since I guess is going to be more difficult to spot what's the error when is building this vocabulary class.
Thanks for your help.!