Instructions to use eundain/sft_model_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eundain/sft_model_output with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "eundain/sft_model_output") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e5c1e20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c22942303a4bbef9bdd91c9fd450b89c32554b68761a7ea327f1b7adf9c61258
size 5432
|