Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -6,5 +6,6 @@
|
|
| 6 |
"num_layers": 8,
|
| 7 |
"feed_forward_dim": 2560,
|
| 8 |
"layer_norm_eps": 0.00001,
|
| 9 |
-
"activation": "relu"
|
|
|
|
| 10 |
}
|
|
|
|
| 6 |
"num_layers": 8,
|
| 7 |
"feed_forward_dim": 2560,
|
| 8 |
"layer_norm_eps": 0.00001,
|
| 9 |
+
"activation": "relu",
|
| 10 |
+
"model_type": "gpt_oss"
|
| 11 |
}
|