Best pretrained models for zero-shot classification?

Natural Language Processing

nlp,vision transformers
J

Jodi Blankenship

schedule2 months ago

Are there language or vision models that perform well on unseen classes with minimal fine-tuning?

B

Brandi Mills

schedule21 days ago

Try CLIP for text-to-image zero-shot tasks. It's surprisingly versatile.

K

Kelsey Adams

schedule20 days ago

Multilingual zero-shot classification is still a challenge—especially for low-resource languages.

J

Joshua Clay

schedule20 days ago

I use SBERT + cosine similarity for lightweight semantic matching.