Add Notebook: Medical Question Answering with HuatuoGPT-o1 #272
Add Notebook: Medical Question Answering with HuatuoGPT-o1 #272stevhliu merged 10 commits intohuggingface:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
merveenoyan
left a comment
There was a problem hiding this comment.
nice use case! however this seems like just an inference example, would be nice to make it a more comprehensive end to end example like RAG + reasoning from medical documents. curious what @stevhliu thinks
|
Agree with @merveenoyan that the notebook can be expanded more (for example, building some kind of application on top of the model) to showcase its practicality. |
|
Thank you for your valuable suggestions. I have expanded the notebook to incorporate RAG + reasoning from medical documents. Please review |
stevhliu
left a comment
There was a problem hiding this comment.
Nice, I think this is more compelling now!
|
Would you mind resolving the conflict? Thanks, and once @merveenoyan has had a chance to review then we can merge :) |
|
@stevhliu can you help me in resolving the conflict? Thank you |
|
@stevhliu @merveenoyan Any update on merging this branch? |
stevhliu
left a comment
There was a problem hiding this comment.
Sorry for the delay!
Just a few more changes and then we should be ready to merge 👍
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
|
@stevhliu Thank you for the suggestions. I have committed the suggested changes. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
The link (https://moon-ci-docs.huggingface.co/docs/cookbook/pr_272) seems expired. |
What does this PR do?
Fixes #271
This pull request adds a new notebook to the Hugging Face Cookbook:
medical_question_answering.ipynb.Provides a hands-on example of applying a state-of-the-art medical LLM to a real-world task.
Who can review?
@merveenoyan
@stevhliu