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
Create Requirements.txt
Browse files- Requirements.txt +4 -0
Requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.8.2
|
| 2 |
+
datasets==1.11.0
|
| 3 |
+
fastapi==0.65.2
|
| 4 |
+
uvicorn==0.14.0
|