Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
title: Scaling Test-Time Compute for Longer Thinking in LLMs
- local: fine_tuning_llm_grpo_trl
title: Post training an LLM for reasoning with GRPO in TRL
- local: trl_grpo_reasoning_advanced_reward
title: TRL GRPO Reasoning with Advanced Reward
- local: medical_rag_and_reasoning
title: HuatuoGPT-o1 Medical RAG and Reasoning
- local: fine_tune_chatbot_docs_synthetic
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ applications and solving various machine learning tasks using open-source tools
Check out the recently added notebooks:

- [Post training an VLM for reasoning with GRPO using TRL](fine_tuning_vlm_grpo_trl)
- [TRL GRPO Reasoning with Advanced Reward](trl_grpo_reasoning_advanced_reward)
Comment thread
behroozazarkhalili marked this conversation as resolved.
- [Fine-Tuning a Vision Language Model with TRL using MPO](fine_tuning_vlm_mpo)
- [Fine tuning a VLM for Object Detection Grounding using TRL](fine_tuning_vlm_object_detection_grounding)
- [Hyperparameter Optimization with Optuna and Transformers](optuna_hpo_with_transformers)
Comment thread
sergiopaniego marked this conversation as resolved.
Outdated
Expand Down
Loading
Loading