logoalt Hacker News

garciasntoday at 12:49 PM2 repliesview on HN

I am in no way trying to sell Jev here as some panacea of the modern world; I'm only responding to your questions:

> But their example is classification but that would also be possible and faster with a classic BERT model.

With BERT, you need a large, labeled dataset, and you have to train/fine-tune the model. Jev is pitched as a zero- or 'few-shot' model. You define the schema in code, give it instructions, and it works without a traditional training pipeline.

> So their pitch is a task specific smaller model or am I completely misunderstanding the whole thing?

Yup; that about sums it up: it is more or less an optimized, task-specific small model with the flexible understanding of a traditional LLM.


Replies

0x445442today at 3:17 PM

If something is task-specific (well understood) wouldn't this be a good candidate for a computer program?

prometheus1992today at 1:06 PM

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

show 1 reply