Results 2 issues of Dian Chen

Hi, Thank you for releasing the code. Can you also release the .npy and pickle files loaded in the training script?

Here https://github.com/midas-research/man-sf-emnlp/blob/main/train.py#L107-L109, Why is this `F.softmax`? should the right thing be `F.log_softmax`? reference: https://pytorch.org/docs/1.9.0/generated/torch.nn.functional.nll_loss.html