Skip to content

Commit

Permalink
Merge pull request #64 from aymeric-roucher/main
Browse files Browse the repository at this point in the history
Add structured generation cookbook
  • Loading branch information
aymeric-roucher committed May 22, 2024
2 parents c2e1869 + a6984f1 commit e133256
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 59 deletions.
11 changes: 8 additions & 3 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@
title: Create a legal preference dataset
- local: semantic_cache_chroma_vector_database
title: Implementing semantic cache to improve a RAG system.
- local: agents
title: Build an agent with tool-calling superpowers using Transformers Agents
- local: structured_generation
title: RAG with source highlighting using Structured generation

- title: Computer Vision
sections:
- local: fine_tuning_vit_custom_dataset
title: Fine-tuning a Vision Transformer Model With a Custom Biomedical Dataset
title: Fine-tuning a Vision Transformer Model With a Custom Biomedical Dataset

- title: Agents
sections:
- local: agents
title: Build an agent with tool-calling superpowers using Transformers Agents
Loading

0 comments on commit e133256

Please sign in to comment.