-
Notifications
You must be signed in to change notification settings - Fork 314
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
Simplify usage of the CXR Foundation Google Health AI model #1222
Merged
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
67a3e17
Add CXR Foundation and Derm Foundation model libraries (Google Health…
ndebuhr d02c152
Implement the PR review suggestion for Derm Foundation repo name casing
ndebuhr a9dc7dc
Implement the PR review suggestion for CXR Foundation repo name casing
ndebuhr 1560b82
Add model library usage snippets to the CXR Foundation and Derm Found…
ndebuhr 1e841b1
Merge branch 'main' of github.com:huggingface/huggingface.js into goo…
ndebuhr 4f24453
Merge branch 'main' of github.com:huggingface/huggingface.js into goo…
ndebuhr f31df49
Remove the CXR Foundation model library snippet
ndebuhr 719c7af
Simplify the Derm Foundation model library usage snippet - focus on i…
ndebuhr c4d3af3
Add a new usage snippet for the CXR Foundation model library, which u…
ndebuhr 4809837
Merge branch 'main' of github.com:huggingface/huggingface.js into goo…
ndebuhr fa66830
Trim down the Derm Foundation usage snippet comments
ndebuhr 60a89d5
Apply suggestions from code review
Wauplin fa5cead
Merge branch 'main' of github.com:huggingface/huggingface.js into goo…
ndebuhr 35dc73a
Update Derm and CXR snippets to the latest state of feedback/discussions
ndebuhr ec71e2f
Merge branch 'main' into google-hai-libraries
Wauplin aa60ddd
Simplify the CXR Foundation snippet, including use of the latest pip-…
ndebuhr 9a5317b
Merge branch 'main' of github.com:huggingface/huggingface.js into goo…
ndebuhr 1ea8d79
Remove an unused ModelData parameter in the CXR Foundation usage snip…
ndebuhr 60b4953
Merge branch 'main' into google-hai-libraries
Wauplin ea0ffd7
Update packages/tasks/src/model-libraries-snippets.ts
Wauplin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I would add this line as a comment so that the whole snippet is a python code now. Also remove the
@master
(implicit) to make it more robust if origin branch gets updated in the future.