huggingface/notebooks

AttributeError: 'Wav2Vec2ForSequenceClassification' object has no attribute 'prepare_tf_dataset'

Opened this issue · 0 comments

Hello.
The error is raised on the cell

tf_dataset = model.prepare_tf_dataset(
    dataset,
    batch_size=4,
    shuffle=True,
)

when running quickstart.ipynb notebook in colab.

image