Text Generation
PEFT
Russian
English
r1
reasoning
think
thinking
reflection
russian
general
conversational
Instructions to use evilfreelancer/r1_yandexgpt5-lite_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use evilfreelancer/r1_yandexgpt5-lite_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yandex/YandexGPT-5-Lite-8B-pretrain") model = PeftModel.from_pretrained(base_model, "evilfreelancer/r1_yandexgpt5-lite_lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K