Open VihangaAW opened 5 months ago
Models in EasyFSL can all be applied on feature vectors so it wont change anything, however all Dataset
objects (apart from FeaturesDataset
are meant for images.
I don't have much experience working on few-shot text classification so I am interested in your experience.
Thanks for the awesome library. I am trying to use this library for text classification. I am wondering what sort of modifications need to be made to this library in order to perform text classification, apart from changing the backbone model from ResNet to LSTM or a preferred one.