Instructions to use UltraWolf/UltraWolfmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use UltraWolf/UltraWolfmodel with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("UltraWolf/UltraWolfmodel", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,4 +43,5 @@ library_name: adapter-transformers
|
|
| 43 |
tags:
|
| 44 |
- AI Orchestration, text2text Generation text
|
| 45 |
- text-generation-inference
|
|
|
|
| 46 |
---
|
|
|
|
| 43 |
tags:
|
| 44 |
- AI Orchestration, text2text Generation text
|
| 45 |
- text-generation-inference
|
| 46 |
+
pipeline_tag: text2text-generation
|
| 47 |
---
|