protonet-bert-text-classification icon indicating copy to clipboard operation
protonet-bert-text-classification copied to clipboard

finetune bert for small dataset text classification in a few-shot learning manner using ProtoNet

Results 2 protonet-bert-text-classification issues
Sort by recently updated
recently updated
newest added

Hello, I'm a newbie. Can you provide an example of the dataset?

Thanks for the great work! In the file batch_generator.py line 37, I noticed you have: `X = [self.inverse_map[y] + '=' + x for x, y in list(zip(X, Y))]` I'm wondering...