Skip to content

Commit e1b14d4

Browse files
committed
Merge branch 'main' of https://github.com/huggingface/cookbook into llm-grpo-trl
2 parents 9300986 + 52e7130 commit e1b14d4

File tree

3 files changed

+1643
-1
lines changed

3 files changed

+1643
-1
lines changed

notebooks/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
title: RAG Evaluation
3333
- local: llm_judge
3434
title: Using LLM-as-a-judge for an automated and versatile evaluation
35+
- local: llm_judge_evaluating_ai_search_engines_with_judges_library
36+
title: Evaluating AI Search Engines with `judges` - the open-source library for LLM-as-a-judge evaluators
3537
- local: issues_in_text_dataset
3638
title: Detecting Issues in a Text Dataset with Cleanlab
3739
- local: annotate_text_data_transformers_via_active_learning

notebooks/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ applications and solving various machine learning tasks using open-source tools
88
Check out the recently added notebooks:
99

1010
- [Post-training an LLM using GRPO with TRL](fine_tuning_llm_grpo_trl)
11+
- [Evaluating AI Search Engines with `judges` - the open-source library for LLM-as-a-judge evaluators](llm_judge_evaluating_ai_search_engines_with_judges_library)
1112
- [Structured Generation from Images or Documents Using Vision Language Models](structured_generation_vision_language_models)
1213
- [Vector Search on Hugging Face with the Hub as Backend](vector_search_with_hub_as_backend)
1314
- [Multi-Agent Order Management System with MongoDB](mongodb_smolagents_multi_micro_agents)
14-
- [Scaling Test-Time Compute for Longer Thinking in LLMs](search_and_learn)
1515

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

0 commit comments

Comments
 (0)