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