Groq 2 isn't as open as groq 1 iirc. Still hoping we get at least open weights.
g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
31–40 of 158 posts
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#32Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#33Groq 2 isn't as open as groq 1 iirc. Still hoping we get at least open weights.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#34o1’s innovation is not Chain-of-Thought. It’s teaching the model to do CoT well (from massive amounts of human feedback) instead of just pretending to. You’ll never get o1 performance just from prompt engineering.
If so, I imagine o1 clones could just be fine tunes of llamas initially.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#35This is not even remotely close and very silly. A ChainOfThought in a loop. TreeOfThoughts is a more sophisticated method, see - https://arxiv.org/pdf/2305.10601 The clue we all had with OpenAI for a long time that this was a search through a tree, they hired Noam Brown, and his past work all hinted towards that. Q , is obviously a search on a tree like A . So take something like CoT, build out a tree, search for the…
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#36Earlier quoted context omitted.
these projects become way less fun when you introduce evals
yeah or a lot of people can just fake progress by attaching whatever viral tag onto their glue code. I mean to start with, unless you do a bit of fine-tuning + rlhf there's no way to do it o1-like.
also I think they deliberate give you bad answers sometimes / a lot over the last year to build up advanced chains where the user is not getting what they want so you have to explain why. I started building up like 10 or so of these conversations where after like 100 messages it gets the right answer and it was like hmm, I wonder if they are using this.
just my rambles
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#37Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#38Groq 2 isn't as open as groq 1 iirc. Still hoping we get at least open weights.
You're thinking of Grok, the model from xAI. This Groq is the inference hardware company with a cloud service.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#39Earlier quoted context omitted.
Just because Apple includes it in one of their prompts doesn't mean it improves performance.
It seems plausible that stressing the importance of the system prompt instructions might do something, but I don't see how telling the model not to hallucinate would work. How could the model know that its most likely prediction has gone off the rails, without any external point of reference?
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#40Earlier quoted context omitted.
Telling LLMs not to hallucinate in their prompt improves the output. https://arstechnica.com/gadgets/2024/08/do-not-hallucinate-t...
Just because Apple includes it in one of their prompts doesn't mean it improves performance.