Varnith Chordia

Results 2 comments of Varnith Chordia

Sure. I think the collate_fn takes care of this ``` for idx, x in enumerate(zip(*res)): if isinstance(x[0], list): res_.append(torch.LongTensor(x)) elif isinstance(x[0], str): res_.append(torch.LongTensor([int(values) for values in x])) ``` Are you...

Hi, Can this feature be extended to T5-3b/11b and flanT5-xl/xxl models as well. We observe some errors with both these cases.