Instructions to use BACCHUS45/Potex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use BACCHUS45/Potex with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("BACCHUS45/Potex", set_active=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "name": "verification-worker", | |
| "version": "0.1.0", | |
| "main": "index.js", | |
| "dependencies": { | |
| "ioredis": "^5.3.2", | |
| "pg": "^8.11.0", | |
| "node-fetch": "^3.3.1", | |
| "dotenv": "^16.0.3" | |
| } | |
| } | |