AlbertChen1991
AlbertChen1991
Thanks for your feedback. You need to first generate data augmentations using code in the "paraphrase" folder. Then you can generate training, validation and test dataset using code in the...
You can't predict using y_pred = model(x) because this model is applied in meta-learning. That means you must prepare a support set for prediction.
> > How to apply this code to classify using my own dataset? I can't see how the model is trained and saved. > > Hello, do you have the...
I was also unable to reproduce the result, only get 54.3 on MultiWOZ 2.1 dataset
Hi. The code and data are already in "master" branch. Please switch to the "master" branch.