Instructions to use baebee/Starlight-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/Starlight-13b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhinand/llama-2-13b-hf-bf16-sharded") model = PeftModel.from_pretrained(base_model, "baebee/Starlight-13b") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2355be2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e3f8548d8bac77dfa5221be4a3f6488328d8ba394e92383b0ef853b4a3144ec7
size 209772877
|