Bug NeuralModel ? #147
Unanswered
aagostinelli86
asked this question in
Q&A
Replies: 1 comment
-
Salut @hugo-quantmetry, c'est andrea de la banque postale, on avait échangé récemment par rapport à melusine. est ce que tu arrives à reproduire le même erreur? Merci d'avance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @TFA-MAIF I have an issue with the tutorial notebook n 13, cell 33 (Camembert model): "OSError: Model name 'jplu/tf-camembert-base' was not found in tokenizers model name list (camembert-base). We assumed 'jplu/tf-camembert-base' was a path, a model identifier, or url to a directory containing vocabulary files named ['sentencepiece.bpe.model'] but couldn't find such vocabulary files at this path or url."

I think it's due to the proxy, so I downloaded locally the pretrained model (config.json + .tf_model.h5) and I specified its path in your NeuralModel wrapper. The issue holds with this different message: "OSError: Model name 'C:\Users\vgkj536\git_projects\melusine\tutorial\jplu\tf-camembert-base' was not found in tokenizers model name list (camembert-base). We assumed 'C:\Users\vgkj536\git_projects\melusine\tutorial\jplu\tf-camembert-base' was a path, a model identifier, or url to a directory containing vocabulary files named ['sentencepiece.bpe.model'] but couldn't find such vocabulary files at this path or url."
On the opposite, if I call directly the TFCamembertModel.from_pretrained() with this local path, it works well. Is this due to a bug ?
Beta Was this translation helpful? Give feedback.
All reactions