Akash Gupta
Akash Gupta
Hi, When the slot value is `dontcare`, should we expect a model to predict `dontcare`, or should we assume that any model prediction is ok? E.g. is it ok for...
When the `win_duration` is greater than or equal to the length of audio (`audio_signal.signal_duration`), then the model fails to decompress the audio when calling `model.decompress()` . This error appears in...
There are a few bugfixes / contributions: 1. (Bugfix) In `ParlerTTSForConditionalGeneration::generate()`, the delay patter mask is built and applied to `input_ids` before calling `_sample()`. However, we do not want to...