Remix.run Logo
garciasn 2 hours ago

I think you're possibly arguing a point I wasn't making? I'm not saying Jev invented zero-shot classification, or that there aren't already zero-shot classifiers on HF that can do classification without fine-tuning; I was responding to questions asked in a silo.

cochne an hour ago | parent [-]

>With BERT, you need a large, labeled dataset, and you have to train/fine-tune the model.

I think they were responding to this. You can use BERT to provide zero shot classification predictions.

garciasn an hour ago | parent [-]

I guess I assumed they meant BERT, not some specific BERT-base model. Vanilla BERT does not support zero shot.