Instructions to use yiweifu/llama_models_lora_new_step_unlearn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yiweifu/llama_models_lora_new_step_unlearn with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("saracandu/llama-2-7b-LoRA-64-harrypotter") model = PeftModel.from_pretrained(base_model, "yiweifu/llama_models_lora_new_step_unlearn") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
479a971 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb90aa2bba1371ddd056ece3fb06fc045c7692a505318ccb5ea52d8d0bd6158d
size 6072
|