Instructions to use dnnsdunca/agentic-Transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use dnnsdunca/agentic-Transformer with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("dnnsdunca/agentic-Transformer", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.20.1
|
| 2 |
+
torch==1.12.0
|
| 3 |
+
pandas==1.4.2
|