Saltychtao

Results 3 issues of Saltychtao

Hi, thanks for sharing code ! I notice that in the forward function of class GCNMultiDecoder in model_util.py def forward(self, inputs, output_type): connection_matrix = self.label_matrix + self.weight * self.affinity label_vectors...

Hello! Thanks for such a great repo! I am trying to reproduce your results on En-Ro and Zh-En, can you please provide the detailed scripts to run fairseq on these...

Hello, Thank you for your effort on releasing such great implementation of GFN! I am working on the using GFN to finetune an LLM to be a policy model (which...