Last time I did anything with a BERT, you had to train or fine-tune. Is that not still true?
For me the cool bit is that it's all in-context learning or whatever so you can use it in any domain with zero setup.
Maybe bert and co. could do all the same things before, but the way in which you use them is quite different and that helps a lot.
It depends on your usecase but the models do show general capabilities. check this model out.
https://huggingface.co/MoritzLaurer/deberta-v3-large-zerosho....
So you're not even trying to defend your claim? Reminder, you said:
> I had used versions of bert to achieve the same functionality years ago
I remember when BERT came out. I played with it. Other people played with it. You couldn't really get it to do useful stuff, unless you put a ton of effort into it, and even then, it would BARELY do anything useful.
The promise of Jev is that it's FRONTIER INTELLIGENCE, not the intelligence of a pre-chatGPT era model.
If you are trying to claim that BERT is somehow on par with frontier models, that is laughably false. (Whether Jev is on par with frontier models can be questioned as well.)
I am not sure I understand what you're trying to say. We fine tuned bert for a specific usecase to build essentially what jev is but for that particular domain. We did this in last 2, 2.5 years ago. A lot of people did that. There are tons of bert fine tuned versions available on HF.
>>The promise of Jev is that it's FRONTIER INTELLIGENCE,
- capitalizing won't do much for your claim if it's wrong. Promise of Jev is it can't hallucinate, it took 2 years to develop in stealth mode, it's funded with $30 million. None of that makes sense, if you can get 90% of the performance from an open source model that's been available for years.
he is trying to say that you didn't make Jev at all. you fine tuned a model for a particular domain while Jev works across all domains. seems different right?
the difference is likely not in per domain performance, but rather that you can get similar performance across domains without needing to craft a dataset and retrain, i.e. it has a broad knowledge base and works out of the box (unclear if this is accurate, but have heard it postulated)
[flagged]
We used to use BERT-based embeddings + semantic distance for classification / decision problems in new domains. There was a lot of interest at the time in these kinds of pre-generative but portable models -- Meta's Prophet was another example that came up a lot.