I installed Rasa on Google Colab using this command: !pip install rasa
I used LaBSE Language model …
in config.yml file:
…
-
name: LanguageModelFeaturizer
model_name: bert
model_weights: rasa/LaBSE
constrain_similarities: true
…
While training the model, Rasa doesn’t use Google Colab t4 GPU and load LaBSE LM on memory (system Ram). Why? how can I fix it?