Instructions to use KidsWithTokens/Medical-Adapter-Zoo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use KidsWithTokens/Medical-Adapter-Zoo with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("KidsWithTokens/Medical-Adapter-Zoo", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,3 +35,9 @@ So we are training different adapter for each of the target, and share them here
|
|
| 35 |
Download an adapter for your target disease—trained on organs, lesions, and abnormalities—and effortlessly enhance SAM.
|
| 36 |
|
| 37 |
One adapter tranfers your SAM into a medical domain expert. Give it a try!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
Download an adapter for your target disease—trained on organs, lesions, and abnormalities—and effortlessly enhance SAM.
|
| 36 |
|
| 37 |
One adapter tranfers your SAM into a medical domain expert. Give it a try!
|
| 38 |
+
|
| 39 |
+
## Authorship
|
| 40 |
+
|
| 41 |
+
Ziyue Wang (NUS): Adapters Training
|
| 42 |
+
|
| 43 |
+
Junde Wu (Oxford): Lead the project
|