ammaarahmad1999
Results
2
issues of
ammaarahmad1999
I want to train for multitask learning but couldn't understand how this model interprets which column of tsv file should be used for labeling. I am 3 labeling column for...
test_iter = iter(test_dataloader) testing_text = testing_text.to_list() index = -1 batch = next(test_iter) batch = [r.to(device) for r in batch] input_ids = batch[0] attention_mask = batch[1] index += 1 text =...