Instructions to use flax-community/medclip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/medclip with Transformers:
# Load model directly from transformers import MedCLIP model = MedCLIP.from_pretrained("flax-community/medclip", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8bc5417
1
Parent(s): 36fdb4d
Update .gitattributes
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
|
@@ -14,3 +14,4 @@
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|