Skip to content

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

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

Merged
merged 10 commits into from
Feb 24, 2025
Merged
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 @@ -76,6 +76,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: 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,16 +7,16 @@ 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)
- [Fine-tuning Granite Vision 3.1 2B with TRL](fine_tuning_granite_vision_sft_trl)
- [Post training an LLM for reasoning with GRPO in TRL](fine_tuning_llm_grpo_trl)
- [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)
- [Structured Generation from Images or Documents Using Vision Language Models](structured_generation_vision_language_models)
- [Vector Search on Hugging Face with the Hub as Backend](vector_search_with_hub_as_backend)

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

## Contributing

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