Instructions to use kubernetes-bad/Ligma-L2-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kubernetes-bad/Ligma-L2-13b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "kubernetes-bad/Ligma-L2-13b") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e1c90fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd84cb6e12baa0ad86ca85bf47831988f6d205307a4e4c80b874b0ed6bd4608b
size 500897101
|