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
File size: 132 Bytes
298d012 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1676f5bfc73d8a14b51da588b815b7c0158a0e33db9522ea1d409720bcc7dca1
size 2573167
|