You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Hibou-B - a Foundational Vision Transformer for digital pathology pretrained on a private dataset using DINOv2 framework.

For more information and examples of usage visit https://github.com/HistAI/hibou and read the paper.

Hibou-L is also available at https://huggingface.co/histai/hibou-L.

Basic usage:

from transformers import AutoImageProcessor, AutoModel

processor = AutoImageProcessor.from_pretrained("histai/hibou-b", trust_remote_code=True)
model = AutoModel.from_pretrained("histai/hibou-b", trust_remote_code=True)

We use a customized implementation of the DINOv2 architecture from the transformers library to add support for registers, which requires the trust_remote_code=True flag.

Downloads last month
1,153
Safetensors
Model size
85.7M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support