initial commit cf77871
Vladimir commited on
How to use CCRss/tokenizer_t5_kz with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("CCRss/tokenizer_t5_kz", dtype="auto")