So I have a dataset for language classification, which contains multiple labels for one sentence. How can we classify multiple labels of text using fastai_v1?
So I have a dataset for language classification, which contains multiple labels for one sentence. How can we classify multiple labels of text using fastai_v1?
See an example in this github.