do not return Loss

#118
by ZZLuan - opened

I use the code "outputs = self.model(input_ids = input_ids, labels = input_ids)"
however, the "loss = outputs["loss"][0]" is "torch.Size([])"

Sign up or log in to comment