Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Notebook: Medical Question Answering with HuatuoGPT-o1 #272

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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 @@ -72,6 +72,8 @@
title: Phoenix Observability Dashboard on HF Spaces
- local: search_and_learn
title: Scaling Test-Time Compute for Longer Thinking in LLMs
- local: medical_rag_and_reasoning
title: HuatuoGPT-o1 Medical RAG and Reasoning

- title: Computer Vision Recipes
isExpanded: false
Expand Down
4 changes: 2 additions & 2 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [HuatuoGPT-o1 Medical RAG and Reasoning](medical_rag_and_reasoning)
AlanPonnachan marked this conversation as resolved.
Show resolved Hide resolved
- [Multi-Agent Order Management System with MongoDB](mongodb_smolagents_multi_micro_agents)
- [Scaling Test-Time Compute for Longer Thinking in LLMs](search_and_learn)
- [Signature-Aware Model Serving from MLflow with Ray Serve](mlflow_ray_serve)
- [Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU](fine_tuning_vlm_dpo_smolvlm_instruct)
- [Smol Multimodal RAG: Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU](multimodal_rag_using_document_retrieval_and_smol_vlm)


You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).
Expand All @@ -20,4 +20,4 @@ You can also check out the notebooks in the cookbook's [GitHub repo](https://git

The Open-Source AI Cookbook is a community effort, and we welcome contributions from everyone!
Check out the cookbook's [Contribution guide](https://github.com/huggingface/cookbook/blob/main/README.md) to learn
how you can add your "recipe".
how you can add your "recipe".
Loading