Instructions to use seongcho/GenerAd-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use seongcho/GenerAd-AI with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("seongcho/GenerAd-AI", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
"apply_residual_connection_post_layernorm": false,
|
| 4 |
"architectures": [
|
| 5 |
"BloomForCausalLM"
|
|
|
|
| 1 |
{
|
| 2 |
+
"base_model_name_or_path": "bigscience/bloom-1b7",
|
| 3 |
"apply_residual_connection_post_layernorm": false,
|
| 4 |
"architectures": [
|
| 5 |
"BloomForCausalLM"
|