ann / README.md
not-lain's picture
Push model using huggingface_hub.
86d0c35 verified
---
library_name: pxia
tags:
- ann
- model_hub_mixin
- pxia
- pytorch_model_hub_mixin
---
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration.
Library: [pxia](https://github.com/not-lain/pxia)
## how to load
```
pip install pxia
```
use the AutoModel class
```python
from pxia AutoModel
model = AutoModel.from_pretrained("phxia/ann")
```
or you can use the model class directly
```python
from pxia import ANN
model = ANN.from_pretrained("phxia/ann")
```
## Contributions
Any contributions are welcome at https://github.com/not-lain/pxia.
<img src="https://huggingface.co/spaces/phxia/README/resolve/main/logo.png"/>