|
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 |
| 75 | + - local: search_and_learn |
| 76 | + title: Scaling Test-Time Compute for Longer Thinking in LLMs |
69 | 77 |
|
70 | 78 | - title: Computer Vision Recipes |
71 | 79 | isExpanded: false |
|
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 |
104 | 113 |
|
105 | 114 | - title: Search Recipes |
106 | 115 | isExpanded: false |
|
112 | 121 | isExpanded: false |
113 | 122 | sections: |
114 | 123 | - local: agents |
115 | | - title: Build an agent with tool-calling superpowers using Transformers Agents |
| 124 | + title: Build an agent with tool-calling superpowers using smolagents |
116 | 125 | - local: agent_rag |
117 | 126 | 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 | 127 | - local: agent_text_to_sql |
121 | 128 | title: Agent for Text-to-SQL with automatic error correction |
122 | 129 | - local: agent_data_analyst |
|
125 | 132 | title: Have several agents collaborate in a multi-agent hierarchy |
126 | 133 | - local: multiagent_rag_system |
127 | 134 | title: Multi-agent RAG System 🤖🤝🤖 |
| 135 | + - local: mongodb_smolagents_multi_micro_agents |
| 136 | + title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent |
128 | 137 |
|
129 | 138 | - title: Enterprise Hub Cookbook |
130 | 139 | isExpanded: True |
|
0 commit comments