Instructions to use stereologic/florence2-encoder-sampling-small-batch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stereologic/florence2-encoder-sampling-small-batch with Transformers:
# Load model directly from transformers import AutoProcessor, Florence2Pretrain processor = AutoProcessor.from_pretrained("stereologic/florence2-encoder-sampling-small-batch", trust_remote_code=True) model = Florence2Pretrain.from_pretrained("stereologic/florence2-encoder-sampling-small-batch", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K