Instructions to use EnmingZhang/PSALM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EnmingZhang/PSALM with Transformers:
# Load model directly from transformers import LlavaPhiWithMaskDecoderForInstanceAfterPoolingRandom model = LlavaPhiWithMaskDecoderForInstanceAfterPoolingRandom.from_pretrained("EnmingZhang/PSALM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add tags, link to paper
#2
by nielsr HF Staff - opened
Hi,
This PR makes sure the model can be viewed from https://huggingface.co/papers/2403.14598.
Cheers!