Tolga H. Dur
Tolga H. Dur
Still no update? Whats the current recommended way to upload large datasets to the hub? I can't load it all to memory after some limit right
This is still a bug no? `task_type` should not affect a downstream `input_ids` keyword argument that is being passed. Sure, omitting it is a workaround but shouldn't we fix this...
@githubnemo OP used `task_type=TaskType.SEQ_2_SEQ_LM,` to fine-tune whisper for a sequence-to-sequence task, same as I have done. If the behaviour is correct then adding the correct task I am fine tuning...