self.bpe_end.append(np.array([not dico[i].endswith('@@') for i in range(len(dico))])) Is that mean only reserved notbpe word?
self.bpe_end.append(np.array([not dico[i].endswith('@@') for i in range(len(dico))]))
Is that mean only reserved notbpe word?