Remix.run Logo
prometheus1992 4 hours ago

couldn't be more wrong - there are so many zero shot classifiers available on HF which do the same thing.

garciasn 4 hours ago | parent [-]

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 3 hours 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 3 hours ago | parent [-]

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