Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ Hibou-B - a Foundational Vision Transformer for digital pathology pretrained on
|
|
6 |
|
7 |
For more information and examples of usage visit [https://github.com/HistAI/hibou](https://github.com/HistAI/hibou) and read the [paper](https://arxiv.org/abs/2406.05074).
|
8 |
|
|
|
|
|
9 |
Basic usage:
|
10 |
```python
|
11 |
from transformers import AutoImageProcessor, AutoModel
|
|
|
6 |
|
7 |
For more information and examples of usage visit [https://github.com/HistAI/hibou](https://github.com/HistAI/hibou) and read the [paper](https://arxiv.org/abs/2406.05074).
|
8 |
|
9 |
+
Hibou-L is also available at [https://huggingface.co/histai/hibou-L](https://huggingface.co/histai/hibou-L).
|
10 |
+
|
11 |
Basic usage:
|
12 |
```python
|
13 |
from transformers import AutoImageProcessor, AutoModel
|