I have train data with the following characteristics/stats:
- intent examples: 11263 (2 distinct intents)
- Found intents: ‘general’, ‘irrelevant’
- Number of response examples: 0 (0 distinct response)
- entity examples: 9407 (22 distinct entities)
- found entities: ‘’, ‘company’, ‘amount_price_target’, ‘analyst’, ‘financial_topic’, ‘financial_instrument’, ‘period’, ‘person’, ‘price_movement’, ‘hashtag’, ‘publication’, ‘ticker’, ‘amount’, ‘percent’, ‘number’, ‘media_type’, ‘location’, ‘rating_agency’, ‘event’, ‘exchange’, ‘product’, ‘sector’
I wanted to check if the supervised_embeddings.yml will outperform the pretrained_embeddings_spacy.yml concerning entity extraction, so I perform
rasa test nlu --config pretrained_embeddings_spacy.yml supervised_embeddings.yml --nlu CF_model/config_en.json --runs 3 --percentages 0 25 50 70 90
Is this approach ok? or the results will be the same for both approaches for entity extraction? In the dataset we do not use the intents (just two intents) and we use financial entities.