siin-lab

Results 1 issues of siin-lab

This code fails with an error: ```python import tkseem as tk tokenizer_path = 'model.pl' tokenizer = tk.SentencePieceTokenizer() tokenizer.train(dataset_file) # save the tokenizer to a file tokenizer.save_model(tokenizer_path) # load the tokenizer...