Lior
Lior

Reputation: 40649

How to train on very small data set?

We are trying to understand the underlying model of Rasa - the forums there still didnt get us an answer - on two main questions:

appreciate any insights!

thanks

Lior

Upvotes: 0

Views: 286

Answers (1)

dragster
dragster

Reputation: 448

the transformer model is not pre-trained on any dataset. We use quite a shallow stack of transformer which is not as data hungry as deeper stacks of transformers used in large pre-trained language models. Having said that, there isn't an exact number of data points that will be sufficient for training your assistant as it varies by the domain and your problem. Usually a good estimate is 30-40 examples per intent.

Upvotes: 1

Related Questions