aaa

qwertyuiopasdfg
ยท

AI & ML interests

None yet

Recent Activity

liked a model about 4 hours ago
latent-consistency/lcm-lora-sdxl
liked a model about 4 hours ago
nerijs/pixel-art-xl
upvoted a collection 1 day ago
DeepSeekCoder-V2
View all activity

Organizations

None yet

qwertyuiopasdfg's activity

upvoted an article 3 days ago
view article
Article

Visualize and understand GPU memory in PyTorch

โ€ข 210
reacted to sadhaklal's post with ๐Ÿ‘€ 13 days ago
view post
Post
1772
What happens when you combine the Chain of Thought (CoT) reasoning capabilities of LLMs with a heuristic-guided tree search algorithm? In the Tree of Thoughts (ToT) paper, the authors (Yao et al.) have coupled GPT-4 with tree search algorithms to attack a few tasks on which left-to-right CoT struggles. And the results are impressive. For example, on the "Game of 24" task, while GPT-4 with CoT prompting only managed to solve 4% of tasks, ToT achieved a success rate of 74%.

I've written a blog post that makes the ToT paper easy to understand and implement by taking you through all the details in a step-by-step manner: https://huggingface.co/blog/sadhaklal/tree-of-thoughts

If you are interested in the topics of algorithmic AI, tree search, reasoning, planning, or "System 2" thinking, then you may find this blog post useful.