Instructions to use olisval/qavito_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use olisval/qavito_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "olisval/qavito_model") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
18ebc0f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1c0317150f25146f028dca0412fa4446aa3605cf02ed2eb74e709636e70b9299
size 74188650
|