Instructions to use CognitiveLab/Ambari-One-Thrid-PEFT_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CognitiveLab/Ambari-One-Thrid-PEFT_final with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "CognitiveLab/Ambari-One-Thrid-PEFT_final") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d32e812 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7a7c59a78c24b6a39425411326714edd9c4e6c1eac4e85cf0030d9bb774e8957
size 2558688074
|