Commit aa8ef2e
Add CXR Foundation and Derm Foundation model libraries (Google Health AI) (#1049)
For two Google Health AI models, a primary usage pattern (with
supporting documentation and notebooks) is downloading only the
precomputed .npz embeddings. As such, I'm submitting for two new model
libraries which are essentially an extension of the TF Keras model
library, but they cleanly handle the non-`saved_model.pb` usage pattern
in the `countDownload` override. This PR was designed to conform with
https://huggingface.co/docs/hub/en/models-download-stats and
https://huggingface.co/docs/hub/en/models-adding-libraries#register-your-library.
Public models https://huggingface.co/google/cxr-foundation and
https://huggingface.co/google/derm-foundation will be switched over once
this PR is merged.
---------
Co-authored-by: vb <[email protected]>1 parent e660c35 commit aa8ef2e
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
153 | 160 | | |
154 | 161 | | |
155 | 162 | | |
| |||
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
176 | 190 | | |
177 | 191 | | |
178 | 192 | | |
| |||
0 commit comments