Instructions to use dnnsdunca/Logical_Algorithm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use dnnsdunca/Logical_Algorithm with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("dnnsdunca/Logical_Algorithm", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 68 Bytes
206ddf4 | 1 2 3 4 | transformers==4.8.2 datasets==1.11.0 fastapi==0.65.2 uvicorn==0.14.0 |