chessgenius

Results 1 issues of chessgenius

Dear author, I use this code ``` import sentencepiece as spm # import tensorflow_hub as hub import tensorflow as tf sp = spm.SentencePieceProcessor(model_file='assets/albertvi_30k-clean.model') input_ids = sp.encode("Tui rất là đẹp trai.")...