Instructions to use hongyeeliu/Control_Summaries_LLaMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongyeeliu/Control_Summaries_LLaMA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/meta-llama-3.1-8b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "hongyeeliu/Control_Summaries_LLaMA") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
851972d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4012dfe6bbb5c6a7ab05c75bd469c16a78fa811e79378a36b994e4ec010d107b
size 17210212
|