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
| { | |
| "base_model_name_or_path": "bigscience/bloom-1b7", | |
| "bias": "none", | |
| "enable_lora": [ | |
| true, | |
| false, | |
| true | |
| ], | |
| "fan_in_fan_out": true, | |
| "inference_mode": true, | |
| "init_lora_weights": true, | |
| "lora_alpha": 32, | |
| "lora_dropout": 0.05, | |
| "merge_weights": false, | |
| "modules_to_save": null, | |
| "peft_type": "LORA", | |
| "r": 16, | |
| "target_modules": [ | |
| "query_key_value" | |
| ], | |
| "task_type": "CAUSAL_LM" | |
| } |