We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e97de commit d46cceeCopy full SHA for d46ccee
rasa/nlu/selectors/response_selector.py
@@ -171,7 +171,7 @@ def required_components(cls) -> List[Type[Component]]:
171
# The scale of regularization
172
REGULARIZATION_CONSTANT: 0.002,
173
# Sparsity of the weights in dense layers
174
- WEIGHT_SPARSITY: 0.8,
+ WEIGHT_SPARSITY: 0.0,
175
# The scale of how important is to minimize the maximum similarity
176
# between embeddings of different labels.
177
NEGATIVE_MARGIN_SCALE: 0.8,
0 commit comments