huggingface/search-and-learn resource
Recipes to scale inference-time compute of open models observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 84
- Release rhythm 35
- Longevity 45
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 632
- days_rel: n/a
- days_push: 99
- n_releases_24m: 0
Adoption not part of the score
1131 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Search and Learn is a collection of Python scripts and YAML recipes from Hugging Face for scaling inference-time (test-time) compute of open LLMs using search algorithms like Best-of-N, beam search, and Diverse Verifier Tree Search. It accompanies a blog post and lets users replicate test-time compute scaling results.
Use cases
- scale test-time compute for open LLMs
- run beam search over LLM generations
- replicate o1-style test-time scaling results
- apply best-of-N sampling with verifiers
- run diverse verifier tree search on math problems
- learn inference-time compute scaling techniques
When to choose
- you want to improve open-model reasoning by spending more compute at inference
- you want to reproduce published test-time compute scaling experiments
- you need ready-made recipes for search strategies like beam search or DVTS
When to avoid
- you need a production inference server or API
- you want training or fine-tuning recipes rather than inference-time methods
- you need a maintained library with stable APIs rather than research scripts
Facets
learning-resource · maturity active
llm-inference machine-learning benchmarking large-language-models machine-learning artificial-intelligence python test-time-compute search-algorithms beam-search best-of-n tree-search recipes open-models gpu linux
1 source
- readme: https://github.com/huggingface/search-and-learn · fetched 2026-08-28 · 726353941b62
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| huggingface/search-and-learn | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="huggingface/search-and-learn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem