legacy-datasets/wikipedia
Updated • 100k • 662
How to use SzegedAI/hubertusz-small-wiki-seq128 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("SzegedAI/hubertusz-small-wiki-seq128")
model = AutoModelForPreTraining.from_pretrained("SzegedAI/hubertusz-small-wiki-seq128", device_map="auto")Fully trained model with the second phase of training is available here: SzegedAI/hubert-small-wiki
This model was trained from scratch on the Wikipedia subset of Hungarian Webcorpus 2.0 with MLM and SOP tasks.