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