imagebind-huge / README.md
nielsr's picture
nielsr HF staff
Update README.md
72fdc69 verified
|
raw
history blame
292 Bytes
---
tags:
- pytorch_model_hub_mixin
- model_hub_mixin
- multimodal
license: cc-by-nc-sa-4.0
---
## ImageBind-Huge model
Here's how to use it:
```python
from imagebind.models.imagebind_model import ImageBindModel
reloaded_model = ImageBindModel.from_pretrained("nielsr/imagebind-huge")
```