paraphrastic-representations-at-scale
paraphrastic-representations-at-scale copied to clipboard
Not all the args specified for the main.py are used
Hi, I noticed that not all the args the user specified for the main.py are fed into the load_model function and some of the args will still be the same as their pre-training setting. Maybe the model_args in line 35 and 37 from the main.py file should be changed into args?