Using Interpreter for NLU in rasa 2.0

Hey There-

With a new model trained in rasa 2.0, when I try to load using the Interpreter, it complaints about a missing .pkl file (ValueError: File ‘models/nlu_model/nlu/component_4_DIETClassifier.index_label_id_mapping.pkl’ does not exist.). Have been successfully using the Interpreter.load(‘models/nlu_model/nlu’) to load a persisted nlu model with rasa 1.0 versions.

With the update is there a change in how the Interpreter loads the model?

Thanks- Sam.

Hey @samgpt, could you share the code you’re using? And also the structure of the directory you’re passing. Full error trace would be great as well