Earlier quoted context omitted.
No sign of what source material it was trained on though right? So open weight rather than reproducible from source. I remember there's a project "Open R1" that last I checked was working on gathering their own list of training material, looks active but not sure how far along they've gotten: https://github.com/huggingface/open-r1
> No sign of what source material it was trained on though right? out of curiosity, does anyone do anything "useful" with that knowledge? it's not like people can just randomly train models..
Deepseek R1-0528
91–100 of 264 posts
Re: Deepseek R1-0528
#92Earlier quoted context omitted.
Benchmarks seem like a fools errand at this point; overly tuning models just to specific test already published tests, rather than focusing on making them generalize. Hugging face has a leader board and it seems dominated by models that are finetunings of various common open source models, yet don't seem be broader used: https://huggingface.co/open-llm-leaderboard
The only benchmarks that match my experience with different models are here https://livebench.ai/#/
Re: Deepseek R1-0528
#93Earlier quoted context omitted.
the only reason they are fast is because the models they host are severely quantized so i've heard.
they responded to my tweet last year and said they didn't quantize the models.
Re: Deepseek R1-0528
#94Re: Deepseek R1-0528
#95Re: Deepseek R1-0528
#96No information to be found about it. Hopefully we get benchmarks soon. Reminds me of the days when Mistral would just tweet a torrent magnet link
Benchmarks seem like a fools errand at this point; overly tuning models just to specific test already published tests, rather than focusing on making them generalize. Hugging face has a leader board and it seems dominated by models that are finetunings of various common open source models, yet don't seem be broader used: https://huggingface.co/open-llm-leaderboard
I think you just described SATs and other standardized tests
Re: Deepseek R1-0528
#97Earlier quoted context omitted.
Groq has a weak selection of models, which is frustrating because their inference speed is insane. I get it though, selection + optimization = performance.
From conversation with someone from Groq, they have a custom compiler and runtime for the models to run on their custom hardware, which is why the selection is poor. For every model type they need to port the architecture to run on their compiler beforehand.
Re: Deepseek R1-0528
#98Earlier quoted context omitted.
If you use the excess memory for AI only it's cheaper to rent . A single H100 costs less than $2 per hour. (incl power)
Worth mentioning that a single H100 (80-96GB) is not enough to run R1. You're looking at 6-8 GPUs on the lower end, and factor in the setup and download time. An alternative is to use serverless GPU or LLM providers which abstract some of this for you, albeit at a higher cost and slow starts when you first use your model for some time.
Re: Deepseek R1-0528
#99Re: Deepseek R1-0528
#100You're gonna need at least 8 h100 80s for this....
That's about $16-24 per hour - depending on the number of tokens you're slinging in that period, it may be much cheaper than paying OpenAI for similar functionality.