Open 17614040741 opened 5 years ago
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?