Instructions to use Ext-Sub/llama-7b_wizardlm_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ext-Sub/llama-7b_wizardlm_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/your/base/model/path") model = PeftModel.from_pretrained(base_model, "Ext-Sub/llama-7b_wizardlm_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
bed5238 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:60b2fede2e06a98720cbc0572840ee8a71cc75dcc77626c0b4c3fa76360cb557
size 16797565
|