Instructions to use Ext-Sub/llama-7b_wizardlm_untruthful_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_untruthful_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_untruthful_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
32099be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8a03fa81ebe0153ae08f36006dfa21f4ae7c2632ae4d86680116f36ffe9536c
size 16797565
|