|
5 | 5 | - local: index
|
6 | 6 | title: Overview
|
7 | 7 |
|
| 8 | + - title: MLOps Recipes |
| 9 | + isExpanded: false |
| 10 | + sections: |
| 11 | + - local: mlflow_ray_serve |
| 12 | + title: Signature-Aware Model Serving from MLflow with Ray Serve |
| 13 | + |
8 | 14 | - title: LLM Recipes
|
9 | 15 | isExpanded: false
|
10 | 16 | sections:
|
|
66 | 72 | title: Enhancing RAG Reasoning with Knowledge Graphs
|
67 | 73 | - local: phoenix_observability_on_hf_spaces
|
68 | 74 | title: Phoenix Observability Dashboard on HF Spaces
|
69 |
| - |
| 75 | + - local: search_and_learn |
| 76 | + title: Scaling Test-Time Compute for Longer Thinking in LLMs |
| 77 | + |
70 | 78 | - title: Computer Vision Recipes
|
71 | 79 | isExpanded: false
|
72 | 80 | sections:
|
|
100 | 108 | title: Fine-tuning SmolVLM with TRL on a consumer GPU
|
101 | 109 | - local: multimodal_rag_using_document_retrieval_and_smol_vlm
|
102 | 110 | title: Smol Multimodal RAG, Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU
|
103 |
| - |
| 111 | + - local: fine_tuning_vlm_dpo_smolvlm_instruct |
| 112 | + title: Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU |
| 113 | + - local: structured_generation_vision_language_models |
| 114 | + title: Structured Generation from Images or Documents Using Vision Language Models |
104 | 115 |
|
105 | 116 | - title: Search Recipes
|
106 | 117 | isExpanded: false
|
107 | 118 | sections:
|
108 | 119 | - local: semantic_reranking_elasticsearch
|
109 | 120 | title: Semantic Reranking with Elasticsearch
|
| 121 | + - local: vector_search_with_hub_as_backend |
| 122 | + title: Vector Search on Hugging Face with the Hub as Backend |
110 | 123 |
|
111 | 124 | - title: Agents Recipes
|
112 | 125 | isExpanded: false
|
113 | 126 | sections:
|
114 | 127 | - local: agents
|
115 |
| - title: Build an agent with tool-calling superpowers using Transformers Agents |
| 128 | + title: Build an agent with tool-calling superpowers using smolagents |
116 | 129 | - local: agent_rag
|
117 | 130 | title: Agentic RAG - turbocharge your RAG with query reformulation and self-query
|
118 |
| - - local: agent_change_llm |
119 |
| - title: Create a Transformers Agent from any LLM inference provider |
120 | 131 | - local: agent_text_to_sql
|
121 | 132 | title: Agent for Text-to-SQL with automatic error correction
|
122 | 133 | - local: agent_data_analyst
|
|
125 | 136 | title: Have several agents collaborate in a multi-agent hierarchy
|
126 | 137 | - local: multiagent_rag_system
|
127 | 138 | title: Multi-agent RAG System 🤖🤝🤖
|
| 139 | + - local: mongodb_smolagents_multi_micro_agents |
| 140 | + title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent |
128 | 141 |
|
129 | 142 | - title: Enterprise Hub Cookbook
|
130 | 143 | isExpanded: True
|
|
0 commit comments