logoalt Hacker News

ainchtoday at 5:38 PM2 repliesview on HN

I think the main argument would just be that because the model is general, you don't need to retrain it from scratch for a new problem - just tweak the input prompt. For a typical classifier there's a lot more hassle - collecting the data, training it yourself, retraining under distribution shift... In that sense Jev seems great for prototyping or small-scale use cases.


Replies

firejake308today at 5:45 PM

Counterargument: this works for quick prototyping, but for any serious business, you will eventually develop a benchmark/eval to track how well the general model is working, and once you have that dataset, you might as well train a specific model

show 2 replies
EagnaIonattoday at 5:48 PM

Training a classification model is trivial these days, even for a number far bigger than what Jev can do.