GitHub - huggingface/search-and-learn
Search and Learn
One thing that should be learned from the bitter lesson is the great power of general purpose methods, of methods that continue to scale with increased computation even as the available computation becomes very great. The two methods that seem to scale arbitrarily in this way are search and learning.
Installation
conda create -n sal python=3.10 && conda activate sal
Replicating Scaling Test Time Compute results:
The recipes readme includes launch commands and config files in ord...
Read more at github.com