Instructions to use FourthBrainGenAI/GenerAd-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use FourthBrainGenAI/GenerAd-AI with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("FourthBrainGenAI/GenerAd-AI", set_active=True) - Notebooks
- Google Colab
- Kaggle
Chris Alexiuk commited on
Commit ·
37e3806
1
Parent(s): b81b3fd
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,6 @@ tags:
|
|
| 10 |
- art
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Training Process [here](https://colab.research.google.com/drive/12qOhhGyoh7qSm1eqeMCbvv63EObH2TBH?usp=sharing)
|
|
|
|
|
|
|
|
|
| 10 |
- art
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Training Process [here](https://colab.research.google.com/drive/12qOhhGyoh7qSm1eqeMCbvv63EObH2TBH?usp=sharing)
|
| 14 |
+
|
| 15 |
+
Space for model [here](https://huggingface.co/spaces/c-s-ale/GenerAd-AI)
|