Instructions to use not-lain/matanyone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MatAnyone
How to use not-lain/matanyone with MatAnyone:
# Install from https://github.com/pq-yang/MatAnyone.git from matanyone.model.matanyone import MatAnyone model = MatAnyone.from_pretrained("not-lain/matanyone")from matanyone import InferenceCore processor = InferenceCore("not-lain/matanyone") - Notebooks
- Google Colab
- Kaggle
Push model using huggingface_hub.
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -120,11 +120,11 @@
|
|
| 120 |
0.224,
|
| 121 |
0.225
|
| 122 |
],
|
|
|
|
| 123 |
"sensory_dim": 256,
|
| 124 |
"value_dim": 256
|
| 125 |
},
|
| 126 |
"output_dir": null,
|
| 127 |
-
"pretrained_resnet": false,
|
| 128 |
"save_all": true,
|
| 129 |
"save_aux": false,
|
| 130 |
"save_scores": false,
|
|
|
|
| 120 |
0.224,
|
| 121 |
0.225
|
| 122 |
],
|
| 123 |
+
"pretrained_resnet": false,
|
| 124 |
"sensory_dim": 256,
|
| 125 |
"value_dim": 256
|
| 126 |
},
|
| 127 |
"output_dir": null,
|
|
|
|
| 128 |
"save_all": true,
|
| 129 |
"save_aux": false,
|
| 130 |
"save_scores": false,
|