Rasa NLU train epochs problem

I have this in my pipeline:

###################

language: “en”

pipeline: “tensorflow_embedding”

epochs: 100

#############################

but when I try to train with: make train-nlu, train starts with default 300 epochs, can you help?

What is the command in your makefile under train-nlu?