Poly-Encoder
                                
                                
                                
                                    Poly-Encoder copied to clipboard
                            
                            
                            
                        First of all, I really appreciate for the nice repo. The t_total in `run.py` is calculated by `t_total = len(train_dataloader) // args.gradient_accumulation_steps * args.num_train_epochs` and the `t_total` is passed into...
Hi, Work is really great. I am just trying to understand if labels are None, then encoders are outputting matrices instead of scalers, but you have not made any provision...
Hi @chijames, thanks so much for this wonderful project! After digging into the code, I have two questions: - Is there any special reason why masking is not implemented in...