Skip to content

Commit

Permalink
Merge branch 'main' into translation/tr/fine_tuning_vit_custom_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
onuralpszr committed Jan 15, 2025
2 parents b7caa41 + 9f35999 commit ea0fe9c
Show file tree
Hide file tree
Showing 25 changed files with 17,027 additions and 8,097 deletions.
15 changes: 11 additions & 4 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
- local: index
title: Overview

- title: MLOps Recipes
isExpanded: false
sections:
- local: mlflow_ray_serve
title: Signature-Aware Model Serving from MLflow with Ray Serve

- title: LLM Recipes
isExpanded: false
sections:
Expand Down Expand Up @@ -64,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 Expand Up @@ -101,7 +109,6 @@
- local: fine_tuning_vlm_dpo_smolvlm_instruct
title: Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU


- title: Search Recipes
isExpanded: false
sections:
Expand All @@ -112,11 +119,9 @@
isExpanded: false
sections:
- local: agents
title: Build an agent with tool-calling superpowers using Transformers Agents
title: Build an agent with tool-calling superpowers using smolagents
- local: agent_rag
title: Agentic RAG - turbocharge your RAG with query reformulation and self-query
- local: agent_change_llm
title: Create a Transformers Agent from any LLM inference provider
- local: agent_text_to_sql
title: Agent for Text-to-SQL with automatic error correction
- local: agent_data_analyst
Expand All @@ -125,6 +130,8 @@
title: Have several agents collaborate in a multi-agent hierarchy
- local: multiagent_rag_system
title: Multi-agent RAG System 🤖🤝🤖
- local: mongodb_smolagents_multi_micro_agents
title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent

- title: Enterprise Hub Cookbook
isExpanded: True
Expand Down
338 changes: 0 additions & 338 deletions notebooks/en/agent_change_llm.ipynb

This file was deleted.

Loading

0 comments on commit ea0fe9c

Please sign in to comment.