Text Generation
Safetensors
English
gemma4
conversational
instruct
finetune
roleplay
creative-writing
style-tune
Instructions to use Gryphe/Gemma-4-31B-StyleTune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -117,7 +117,7 @@
|
|
| 117 |
}
|
| 118 |
},
|
| 119 |
"sliding_window": 1024,
|
| 120 |
-
"tie_word_embeddings":
|
| 121 |
"top_k_experts": null,
|
| 122 |
"use_bidirectional_attention": "vision",
|
| 123 |
"use_cache": true,
|
|
|
|
| 117 |
}
|
| 118 |
},
|
| 119 |
"sliding_window": 1024,
|
| 120 |
+
"tie_word_embeddings": false,
|
| 121 |
"top_k_experts": null,
|
| 122 |
"use_bidirectional_attention": "vision",
|
| 123 |
"use_cache": true,
|