Edit model card
from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("israel/AmhWordPieceTokenizer")

encoding = tokenizer.encode("ኮሌጁ ቢያስተምርም ወደስራ የሚመድባቸው መንግስት ነው abcs")

encoding.tokens
Downloads last month
0
Unable to determine this model's library. Check the docs .