Open IzzyHibbert opened 1 year ago
@michaelgsharp Does ML.Net text classification support other language? If it does we can expose it in model builder.
Otherwise what step should we take for adding support for another language
Any chance for some light here ? Thanks a lot. @michaelgsharp + @LittleLittleCloud
ML.NET 2.0 comes with Text classification. The Text classification scenario is based on NAS-BERT, which is trained on English Wikipedia plus BookCorpus.
When using text classification for a not English language, the accuracy is not as good as expected. Is there a way to solve this, even by fine- tune ?