add model cf31b6a
Tamás Ficsor commited on
How to use SzegedAI/hubertusz-tiny-wiki with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("SzegedAI/hubertusz-tiny-wiki")
model = AutoModelForPreTraining.from_pretrained("SzegedAI/hubertusz-tiny-wiki", device_map="auto")