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 Directory.txt
Browse files- Directory.txt +7 -0
Directory.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_training.py
|
| 2 |
+
app.py
|
| 3 |
+
requirements.txt
|
| 4 |
+
README.md
|
| 5 |
+
index.html
|
| 6 |
+
styles.css
|
| 7 |
+
script.js
|