diff --git a/combo/default_model.py b/combo/default_model.py
index 47d2b14ff935c50cd6a519b95a6b6df5013e99a0..a7818459e512e38d39f9c77a8d0cd5702cd93070 100644
--- a/combo/default_model.py
+++ b/combo/default_model.py
@@ -160,7 +160,7 @@ def default_model(pretrained_transformer_name: str, vocabulary: Vocabulary, use_
                 activations=[GELUActivation(), GELUActivation(), GELUActivation(), LinearActivation()],
                 char_vocab_namespace="token_characters",
                 dilation=[1, 2, 4, 1],
-                embedding_dim=256,
+                embedding_dim=300,
                 filters=[256, 256, 256],
                 input_projection_layer=Linear(
                     activation=TanhActivation(),