Closed kearnsw closed 3 years ago
Hey @kearnsw, I'm unable to reproduce the issue you're running into. What I'm doing:
pip install "rasa[transformers]==2.5.1"
rasa init
rasa train
works fineCan you check what version of transformers
you have installed? Rasa installs 2.11.0
. Another thing to try would be to share some minimalistic NLU dataset on which you get the error (if you're not getting in on a fresh project like me).
@JEM-Mosig assigned as reviewer.
@kearnsw I'll close this issue for now. Feel free to re-open if you're still experiencing the weird behaviour (especially with newer versions of Rasa Open Source).
Rasa version: 2.5.1
Rasa SDK version (if used & relevant): 2.5.0
Rasa X version (if used & relevant): None
Python version: 3.6.12
Operating system (windows, osx, ...): OSX
Issue:
Cannot train pipeline with LanguageModelFeaturizer on latest releases.
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
Definition of done