-
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 in Preprocessing the data #5
Comments
@m3hrdadfi I feel it might have something to do with the version of hugging face datasets being used in this implementation, can you share the version since directly installing from git might result in some conflicts |
i have the same problem here ... if you've got the solution please share it with me |
@AchintyaX
To that:
it works for me. |
I have the same bug but the first and the second array are different, are you sure that select the [0] is not a splitting of the sample ? |
Yes, it's not splitting. To be sure try
|
ok, but when I checked the both arrays were different that why I asked. |
I was using the colab notesbook for training a model using wav2vec2forclassification. In the preprocessing step when I am running the following code -
I am getting into the following error, I guess it has something to do with hugging face datasets -
The text was updated successfully, but these errors were encountered: