Tiks izdzēsta lapa "Simon Willison's Weblog"
. Pārliecinieties, ka patiešām to vēlaties.
That model was trained in part utilizing their unreleased R1 "reasoning" model. Today they've launched R1 itself, in addition to an entire household of brand-new designs obtained from that base.
There's a great deal of things in the brand-new release.
DeepSeek-R1-Zero appears to be the base design. It's over 650GB in size and, like most of their other releases, is under a clean MIT license. DeepSeek caution that "DeepSeek-R1-Zero encounters challenges such as unlimited repetition, bad readability, and language mixing." ... so they also launched:
DeepSeek-R1-which "incorporates cold-start information before RL" and "attains performance comparable to OpenAI-o1 throughout mathematics, code, and thinking tasks". That one is also MIT certified, and is a similar size.
I don't have the ability to run designs larger than about 50GB (I have an M2 with 64GB of RAM), so neither of these 2 designs are something I can easily play with myself. That's where the brand-new distilled models are available in.
To support the research neighborhood, we have open-sourced DeepSeek-R1-Zero, DeepSeek-R1, online-learning-initiative.org and systemcheck-wiki.de 6 thick designs distilled from DeepSeek-R1 based upon Llama and Qwen.
This is an interesting flex! They have actually designs based on Qwen 2.5 (14B, 32B, Math 1.5 B and Math 7B) and Llama 3 (Llama-3.1 8B and Llama 3.3 70B Instruct).
Weirdly those Llama models have an MIT license attached, which I'm uncertain works with the underlying Llama license. Qwen models are Apache accredited so perhaps MIT is OK?
(I also just saw the MIT license files state "Copyright (c) 2023 DeepSeek" so they might need to pay a little bit more attention to how they copied those in.)
Licensing aside, these distilled designs are fascinating beasts.
Running DeepSeek-R1-Distill-Llama-8B-GGUF
Quantized versions are already beginning to show up. Up until now I have actually tried simply among those- unsloth/DeepSeek-R 1-Distill-Llama-8B-GGUF launched by Unsloth AI-and it's actually fun to have fun with.
I'm running it using the combination of Ollama, LLM and the llm-ollama plugin.
First I brought and ran the design utilizing Ollama itself:
This downloads around 8.5 GB of model information and begins an interactive chat interface.
Once the design has actually been fetched, LLM can talk to it too. I choose using LLM for experiments due to the fact that it logs everything to SQLite for later exploration.
I set up the plugin and ran it like this:
Each reaction begins with a ... pseudo-XML tag containing the chain of idea utilized to assist produce the action. For "a joke about a pelican and a walrus who run a tea room together" that started like this:
Okay, so I require to come up with a joke about a pelican and a walrus running a tea room together. Hmm, that's an intriguing combination. Let me think about how these 2 characters might engage in a humorous scenario.
First, let's consider their qualities. Pelicans are understood for their long beaks and Webbed feet, often seen near the beach or water. Walruses have huge teeth, thick fur, and they're usually found in chillier climates, like icebergs or snowy locations. So, integrating these 2 into a tea room setting is already an amusing image.
[...]
It then thought for 20 paragraphs before outputting the joke! Here's the full records and here's the output at the end, after the tag:
The Joke:
A pelican and a walrus decide to open a quaint little tea space together. The walrus, with its huge size, has a hard time to find comfortable chairs, so it sits on the table by accident, overturning the teapot. Meanwhile, the pelican, trying to help, utilizes its beak to put dishes on the table, triggering a couple of spills.
After a series of humorous accidents, the walrus searches for and says with a grin, "This isn't so fishy any longer." The pelican smirks and remarks, "Maybe not, but we do have a lot of krill in our tea!"
Explanation:
- Setup: Pelican and Walrus run a not likely tea room. Their sizes lead to comical mayhem.
Tiks izdzēsta lapa "Simon Willison's Weblog"
. Pārliecinieties, ka patiešām to vēlaties.