Hey Community, I have a data set which each sample has it’s own label, for instance :
I have 10000 sample which each sample has one word as label, and each label is unique for that sentence, this made 10000 training samples with 10000 labels.
Is anyone here has an idea about how to do this or a toy code?
I don’t think that 1 single sample for 1 label is going to learn well.
But, in general, assign a label to a sinlge word is in the perimeter of the Named Entity Recognition (NER). You can find many tutorial with Keras/TF like: