Update README.md
Browse files
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 |
+
```
|