Poly-Encoder icon indicating copy to clipboard operation
Poly-Encoder copied to clipboard

Results 3 Poly-Encoder issues
Sort by recently updated
recently updated
newest added

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...