fix missing import
#2
by
pete-rrr
- opened
add datasets import to code example
Additionally - as of Feb 24th, the SpeechT5Processor and friends classes aren't yet in a transformers
PyPI release. Solved by installing bleeding edge from GitHub:
pip install git+https://github.com/huggingface/transformers
patrickvonplaten
changed pull request status to
merged