Hi, Recently I started using conveRT. I observed that Core model is getting trained before the NLU model. It’s generally the NLU model which gets trained first right? Is it ok or is there something I am doing wrong here?
My pipeline config:
# https://rasa.com/docs/rasa/nlu/components/
language: en
pipeline:
- name: ConveRTTokenizer
- name: ConveRTFeaturizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
analyzer: "char_wb"
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 200
- name: EntitySynonymMapper
- name: ResponseSelector
retrieval_intent: smalltalk
epochs: 200
scale_loss: false
# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
- name: MemoizationPolicy
- name: TEDPolicy
max_history: 5
epochs: 100
- name: MappingPolicy