Instructions to use Ext-Sub/llama-13b_toxic_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ext-Sub/llama-13b_toxic_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-13b_toxic_lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
850e72c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80f493846a65bfaf608242dc0ffe76477f31dc06e22d0ce5eff532e21a6ec1de
size 26239869
|