FayeXXX

Results 8 issues of FayeXXX

Thanks for ur excellent work. There is a RuntimeError when running at line 72:LLinv = torch.inverse(L_ij_bar) in reasoner.py: RuntimeError: inverse_cuda: For batch 24: U(68,68) is zero, singular U. I think...

class BertForMultiLable(BertPreTrainedModel): def __init__(self, config): super(BertForMultiLable, self).__init__(config) self.bert = BertModel(config) self.dropout = nn.Dropout(config.hidden_dropout_prob) self.classifier = nn.Linear(config.hidden_size, config.num_labels) self.apply(self.init_weights) when we try to run the bert model by your steps, everything...

Hi,I have just started to learn QA models and thank u sooo much 4 sharing this. I found that the attention u write is a little bit different from the...

运行最后一步result, estimator的时候出现URLError: ,请问怎么解决呀

Describe the bug when i used fairseq to load a pretrained model, an error occured: omegaconf.errors.ValidationError: Cannot convert 'DictConfig' to string: '{'_name': 'gpt2', 'gpt2_encoder_json': 'https://dl.fbaipublicfiles.com/fairseq/gpt2_bpe/encoder.json', 'gpt2_vocab_bpe': '[https://dl.fbaipublicfiles.com/fairseq/gpt2_bpe/vocab.bpe'}](https://dl.fbaipublicfiles.com/fairseq/gpt2_bpe/vocab.bpe'%7D)' full_key: bpe object_type=DenoisingConfig...

bug
needs triage

hi,thank u for ur excellent work. In ur paper, u listed Top-5 similar words. I'm wondering how to get them? R they selected from the whole dictionary? And compared by...

Thanks for your excellent work. Some 'nan' occur in pkl file downloading from your google drive, but the final result is as good as you've declared. Accutually, I run some...

Thank you for your excellent work. I'm interested in your code and prepare to use my dataset to train. But I have no idea how should I preprocess the data....