-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when loading tokenizer after fine-tuning #17
Comments
jvel07
changed the title
Error when loading tokenizer after training is finished
Error when loading tokenizer after fine-tuning is finished
Sep 21, 2022
jvel07
changed the title
Error when loading tokenizer after fine-tuning is finished
Error when loading tokenizer after fine-tuning
Sep 21, 2022
did you fix it. please share the fix. i am having the same issue |
Try with
|
It worked. thank you so much |
is there any way to get the tokenizer_config.json file? |
The accuracy is really good now by the way. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, first of all, congrats on the repo, it;s really useful!
I followed the
Emotion recognition in Greek speech using Wav2Vec2.ipynb
notebook.After finishing the training on my own data, I am getting the following error when trying to load the processor with
The error:
Checking the
checkpoint
folder, there is no tokenizer file in there, am I missing something? This is the content of the mentioned folder:PD: the model loads correctly with
model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name)
The text was updated successfully, but these errors were encountered: