Instructions to use VeraKrasnobaeva/collocations_processor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VeraKrasnobaeva/collocations_processor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yandex/YandexGPT-5-Lite-8B-instruct") model = PeftModel.from_pretrained(base_model, "VeraKrasnobaeva/collocations_processor") - Notebooks
- Google Colab
- Kaggle
Ctrl+K