Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"Gemma2ForCausalLM"
|
| 5 |
],
|
|
|
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_logit_softcapping": 50.0,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"Gemma2ForCausalLM"
|
| 5 |
],
|
| 6 |
+
"pipeline_tag": "text-generation",
|
| 7 |
"attention_bias": false,
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"attn_logit_softcapping": 50.0,
|