How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Nehc/gpt2_priest_ru")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Nehc/gpt2_priest_ru")
model = AutoModelForCausalLM.from_pretrained("Nehc/gpt2_priest_ru")
Quick Links

Start from sberbank-ai/rugpt3small_based_on_gpt2 and finetuning on Biblie & preaching (russian).

On this moment - only 1 epoch, 1650 seq length

on progress...

Downloads last month
8
Safetensors
Model size
0.5B params
Tensor type
F32
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support