Instructions to use REIBot/AeroBot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use REIBot/AeroBot with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("REIBot/AeroBot", set_active=True) - Notebooks
- Google Colab
- Kaggle
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("REIBot/AeroBot", set_active=True)Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card
# Gated model: Login with a HF token with gated access permission hf auth login