Skip to content

Commit

Permalink
Merge pull request #262 from sergiopaniego/search-and-learn
Browse files Browse the repository at this point in the history
Added new recipe `Scaling Test-Time Compute for Longer Thinking in LLMs` 🧑‍🍳️
  • Loading branch information
stevhliu authored Jan 6, 2025
2 parents a43edc8 + 6416824 commit e115257
Show file tree
Hide file tree
Showing 3 changed files with 8,210 additions and 1 deletion.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
title: Enhancing RAG Reasoning with Knowledge Graphs
- local: phoenix_observability_on_hf_spaces
title: Phoenix Observability Dashboard on HF Spaces
- local: search_and_learn
title: Scaling Test-Time Compute for Longer Thinking in LLMs

- title: Computer Vision Recipes
isExpanded: false
Expand Down
2 changes: 1 addition & 1 deletion notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Scaling Test-Time Compute for Longer Thinking in LLMs](search_and_learn)
- [Signature-Aware Model Serving from MLflow with Ray Serve](mlflow_ray_serve)
- [Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU](fine_tuning_vlm_dpo_smolvlm_instruct)
- [Smol Multimodal RAG: Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU](multimodal_rag_using_document_retrieval_and_smol_vlm)
- [Fine-tuning SmolVLM with TRL on a consumer GPU](fine_tuning_smol_vlm_sft_trl)
- [Multimodal RAG with ColQwen2, Reranker, and Quantized VLMs on Consumer GPUs](multimodal_rag_using_document_retrieval_and_reranker_and_vlms)


You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).
Expand Down
Loading

0 comments on commit e115257

Please sign in to comment.