radio / README.md
mranzinger's picture
Update README.md
3c1f9ba
---
license: other
license_name: radio
license_link: LICENSE
---
# AM-RADIO: Reduce All Domains Into One
## Pretrained Models
Refer to `model_results.csv` for model versions and their metrics.
### HuggingFace Hub
_Coming Soon_
### TorchHub
```Python
import torch
# If you don't supply the `version` parameter, the latest ViT version will be returned.
model = torch.hub.load('NVlabs/RADIO', 'radio_model', version='radio_v1', progress=True)
print(model)
```
## Training
_Coming Soon_