Error trying to run the model.

#5
by fhardison - opened

I get the following error when I try to run the model.

    raise ValueError(
ValueError: You are trying to return timestamps, but the generation config is not properly set. Make sure to initialize the generation config with the correct attributes that are needed such as `no_timestamps_token_id`. For more details on how to generate the approtiate config, refer to https://github.com/huggingface/transformers/issues/21878#issuecomment-1451902363

The strange thing is it worked the first time In ran it, but then a few hours later this started showing up.

Sign up or log in to comment