sparse-text-prototype
sparse-text-prototype copied to clipboard
overfitting when template.txt has duplicate examples
Training needs to avoid retrieving exactly the same prototypes to mitigate overfitting, currently the code doesn't address when the training example has multiple duplicate examples in the prototype support, thus the template.txt file needs to be deduplicated first. Hopefully to address this soon