Skip to content

Commit a7765b4

Browse files
authoredFeb 24, 2025··
Merge pull request #272 from AlanPonnachan/add_medical_answering
Add Notebook: Medical Question Answering with HuatuoGPT-o1
2 parents 391873a + 1268a60 commit a7765b4

File tree

3 files changed

+11897
-2
lines changed

3 files changed

+11897
-2
lines changed
 

Diff for: ‎notebooks/en/_toctree.yml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
title: Scaling Test-Time Compute for Longer Thinking in LLMs
7777
- local: fine_tuning_llm_grpo_trl
7878
title: Post training an LLM for reasoning with GRPO in TRL
79+
- local: medical_rag_and_Reasoning
80+
title: HuatuoGPT-o1 Medical RAG and Reasoning
7981

8082
- title: Computer Vision Recipes
8183
isExpanded: false

Diff for: ‎notebooks/en/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ applications and solving various machine learning tasks using open-source tools
77

88
Check out the recently added notebooks:
99

10+
- [HuatuoGPT-o1 Medical RAG and Reasoning](medical_rag_and_Reasoning)
1011
- [Fine-tuning Granite Vision 3.1 2B with TRL](fine_tuning_granite_vision_sft_trl)
1112
- [Post training an LLM for reasoning with GRPO in TRL](fine_tuning_llm_grpo_trl)
1213
- [Evaluating AI Search Engines with `judges` - the open-source library for LLM-as-a-judge evaluators](llm_judge_evaluating_ai_search_engines_with_judges_library)
1314
- [Structured Generation from Images or Documents Using Vision Language Models](structured_generation_vision_language_models)
14-
- [Vector Search on Hugging Face with the Hub as Backend](vector_search_with_hub_as_backend)
1515

1616
You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).
1717

1818
## Contributing
1919

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

Diff for: ‎notebooks/en/medical_rag_and_Reasoning.ipynb

+11,893
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.