Instructions to use codenlighten/lora_pile_70b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use codenlighten/lora_pile_70b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Wizard-Vicuna-13B-Uncensored-HF") model = PeftModel.from_pretrained(base_model, "codenlighten/lora_pile_70b") - Notebooks
- Google Colab
- Kaggle
Commit ·
69bdfb4
1
Parent(s): 0663ec5
Rename config.json to adapter_config.json
Browse files
config.json → adapter_config.json
RENAMED
|
File without changes
|