Rasa框架也允许使用德国GPT-2模型(https://huggingface.co/dbmdz/german-gpt2)和LanguageModelFeaturizer吗?我还尝试了两个较老的Rasa 2.x版本。在那里,它也不起作用。还有人知道更多吗?提前谢谢。我试了一下,得到了错误消息(在Rasa 3.x中)
TypeError: expected str, bytes or os.PathLike object, not NoneType
和
File "C:\ProgramData\Anaconda3\envs\tests\lib\site-packages\rasa\engine\graph.py", line 403, in _load_component
raise GraphComponentException(
rasa.engine.exceptions.GraphComponentException: Error initializing graph component for node run_LanguageModelFeaturizer1.```
发布于 2022-04-29 06:08:57
我建议把这个问题转移到论坛上,并分享你的config.yml。
https://stackoverflow.com/questions/72050166
复制相似问题