Instructions to use Incomple/Llama-3.2-3B-Instruct_sft_sg_values with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Incomple/Llama-3.2-3B-Instruct_sft_sg_values with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Incomple/Llama-3.2-3B-Instruct_sft_sg_values") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d70ceae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2c0c6ceb2487b2ba5ba25bcbc060482314e6f76d0911de2326840535db104a64
size 5752
|