Chung-Ming Chien
Chung-Ming Chien
In the data collator of AddTargetDataset https://github.com/facebookresearch/fairseq/blob/5ecbbf58d6e80b917340bcbf9d7bdbb539f0f92b/fairseq/data/add_target_dataset.py#L50-L55 If ``self.dataset.collater`` sort the collated data (such as in ``LanguagePairDataset``), ``target`` and ``collated`` will become mismatched.
In the data collator of AddLabelDataset https://github.com/asappresearch/slue-toolkit/blob/ea0939b0c9da80f19dda35af26e117834fb20ec6/slue_toolkit/fairseq_addon/data/add_label_dataset.py#L28-L33 If ``self.dataset.collater`` sort the collated data, ``target`` and ``collated`` will become mismatched.
I was trying to download the checkpoints of WavLLM but got the error below ``` AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed...