You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reproduce the Arxiv10 test results for my learning but the dataset shared on your github page does not specify the train(80,000), validation(10,000), and test split(5,000). The example in the dataloader.py code was for IMDB.csv.
Also, there is some issues with the code base. In trainer.py, df_embeddings was not defined anywhere at all. Plus, I can't seem to locate the multi-objective self-learning part that uses the similarities of embedding prototypes to train the Protoformer FW after fine tuning. Could you please point me in the right direction?
Hi Ashkan,
I'm trying to reproduce the Arxiv10 test results for my learning but the dataset shared on your github page does not specify the train(80,000), validation(10,000), and test split(5,000). The example in the dataloader.py code was for IMDB.csv.
Also, there is some issues with the code base. In trainer.py, df_embeddings was not defined anywhere at all. Plus, I can't seem to locate the multi-objective self-learning part that uses the similarities of embedding prototypes to train the Protoformer FW after fine tuning. Could you please point me in the right direction?