Add split_entities_config
to TEDPolicy
for e2e
#7707
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version:
2.2.2
Python version:
3.7.2
Operating system (windows, osx, ...):
OSX
Issue:
TEDPolicy
needs asplit_entities_config
value, to mirrorCRFEntityExtractor
andDIET
When we call
convert_predictions_into_entities
, the value of split_entities_config isNone
, which is only a problem if we then callEntityExtractor._check_is_single_entity
. I think this is somewhat rare, which is why the bug went unnoticed so far.TEDPolicy
should have its own value for this, with the same default asDIET,
and this parameter should be configurable in the same way.The text was updated successfully, but these errors were encountered: