HN in RSCserver-reason-react
top.mdnew.mdbest.mdask.mdshow.mdjobs.md
← Back to stories

Contrastive Language Models

53 pointsby erichocean 4 hours ago10 comments

Discussion

Loading discussion
  • in-silico · 4 hours ago

    I wonder when work started on this project, and how the public release of Jev played into their timing.

    • rahimnathwani · 3 hours ago

      From a tweet: https://x.com/jackyk02/status/2102947585208258799?s=20 I actually explored this for robotics last year, and CLM grew directly out of that work a few months ago. Feel free to check out my earlier post for more details on how CLM could be applied to robotics: https://x.com/jackyk02/status/2026368947210289660 But of course the repo with the TypeSafe compatible API is new: https://github.com/Contrastive-LM/CLM

  • eadwu · 2 hours ago

    Does the latency even matter? You're comparing a local GPU to network hops? Wouldn't be surprised if Jev was actually similar in runtime and their is just a great deal of network latency. The evaluation is quite interesting though - I'd actually say the raw answer is correct in the absence of detail and prior knowledge (Who wrote the play Romeo and Juliet).

    • brookman64k · 1 hour ago

      I tried TypeSafe’s Jev playground. It outputs the model latency and network latency separately. The model latency was 100-200ms in my tests.

  • r0x0r007 · 2 hours ago

    what's with that dino run? Jev is slow but it jumps correctly, their model always touches the cactus or whatever it is...I am guessing it doesn't matter? Or does it?

  • mugul · 1 hour ago

    Very interesting insight on the training process, it's pretty cool to have some experimental justification for why they took these exact steps, what they tried and did not work, etc. Feels a bit less like dark magic. However I agree the latency argument doesn't hold much value with Jev because it runs on a remote server. Seeing how many open Jev-like models came out recently it would be much more interesting to have a comparison with them.

  • fxwin · 42 minutes ago

    I really hope that "System One" won't stick around as a new buzzword simply meaning "fast".

    • TeMPOraL · 32 minutes ago

      It already did, since 15 years ago. https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow

  • sdan · 22 minutes ago

    I tried running this on a H100 and got 190ms compared to Jev's 170ms. Maybe I set it up wrong?