Load audio in ASR #4265
Replies: 1 comment
-
Hi! You can get an audio column from your column of audio paths as follows: urdata = urdata.cast_column("path", datasets.Audio(sampling_rate=16000)) |
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
-
Hi, I am following the documentation of ASR wave2vec tuning here and here
In the documentation is written
transformers.version: '4.12.5'
datasets.version:'2.1.0'
This is the code
Now how can i load audio? In tutorial/docs, the audio is automatically uploaded. But in my case its not. How can i do that .
Currently i am doing
Beta Was this translation helpful? Give feedback.
All reactions