I have default config
- name: WhitespaceTokenizer case_sensitive: false
- name: RegexFeaturizer
- name: CRFEntityExtractor
- name: CountVectorsFeaturizer
- name: EmbeddingIntentClassifier epochs: 60
I think this is about hyperparametres and I’m bad at tuning. Can you advice me what to do and what changed in the classifier after 1.2?
When i train on 1.2.* i get following report:
Epochs: 100/100 [00:11<00:00, 8.43it/s, loss=0.195, acc=1.000]
rasa.nlu.classifiers.embedding_intent_classifier - Finished training embedding classifier, loss=0.195, train accuracy=1.000
1.3.* and 1.4.*: Epochs: 100/100 [00:07<00:00, 12.99it/s, loss=1.959, acc=0.999] rasa.utils.train_utils - Finished training embedding policy, train loss=1.959, train accuracy=0.999
As you can see loss is higher