nielsr HF staff commited on
Commit
72fdc69
1 Parent(s): 01e337b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -2,8 +2,16 @@
2
  tags:
3
  - pytorch_model_hub_mixin
4
  - model_hub_mixin
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using ****:
8
- - Repo: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
2
  tags:
3
  - pytorch_model_hub_mixin
4
  - model_hub_mixin
5
+ - multimodal
6
+ license: cc-by-nc-sa-4.0
7
  ---
8
 
9
+ ## ImageBind-Huge model
10
+
11
+ Here's how to use it:
12
+
13
+ ```python
14
+ from imagebind.models.imagebind_model import ImageBindModel
15
+
16
+ reloaded_model = ImageBindModel.from_pretrained("nielsr/imagebind-huge")
17
+ ```