Probably why you don’t a see a difference in performance. The small model of Spacy does not contain a lot of word vectors.
Tensorflow is non linear so my assumption is that it should fit better compared to SVM(sklearn pipeline)
But if you want to use pre-trained vectors, maybe try the larger models and see the difference
Okay. I will try that and let you know. But since I have the small models not installed, after installing the large model, how do I ensure that rasa uses the large model and not the small one?