Instructions to use Yale-BIDS-Chen/medpmc-clip-l-14_jun24_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Yale-BIDS-Chen/medpmc-clip-l-14_jun24_v1 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Yale-BIDS-Chen/medpmc-clip-l-14_jun24_v1') tokenizer = open_clip.get_tokenizer('hf-hub:Yale-BIDS-Chen/medpmc-clip-l-14_jun24_v1') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,3 +69,7 @@ print(similarity)
|
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
Citation information will be added upon release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
Citation information will be added upon release.
|
| 72 |
+
|
| 73 |
+
## Questions?
|
| 74 |
+
|
| 75 |
+
For questions or feedback, please contact Hyunjae Kim at ```hyunjae.kim@yale.edu```.
|