not-lain commited on
Commit
81cc4da
·
verified ·
1 Parent(s): eb4f8ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,4 +7,13 @@ tags:
7
 
8
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
9
  - Library: https://github.com/pq-yang/MatAnyone
10
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
7
 
8
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
9
  - Library: https://github.com/pq-yang/MatAnyone
10
+ - Docs: [More Information Needed]
11
+
12
+ ## How to use the model
13
+ ```
14
+ pip install -q git+https://github.com/pq-yang/MatAnyone
15
+ ```
16
+ ```python
17
+ from matanyone.model.matanyone import MatAnyone
18
+ model = MatAnyone.from_pretrained("not-lain/matanyone")
19
+ ```