-
Notifications
You must be signed in to change notification settings - Fork 279
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
base: main
Are you sure you want to change the base?
Add Notebook: Medical Question Answering with HuatuoGPT-o1 #272
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
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