Instructions to use Kemy44/sft_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kemy44/sft_output with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolVLM-Base") model = PeftModel.from_pretrained(base_model, "Kemy44/sft_output") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f35ad31 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:35d49b54551c96bf98fd43d634ef906e28fea31e9e65f69bc09de3de6eca997d
size 5624
|