How to use Den4ikAI/rubert-tiny-40k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Den4ikAI/rubert-tiny-40k") model = AutoModelForPreTraining.from_pretrained("Den4ikAI/rubert-tiny-40k")