Instructions to use SurfaceData/dummy_pythia160m_lora8_peft_chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SurfaceData/dummy_pythia160m_lora8_peft_chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-160m") model = PeftModel.from_pretrained(base_model, "SurfaceData/dummy_pythia160m_lora8_peft_chat") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
c02668b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:86102dbd679515f2d3a43cbaf764544b88129fa1d148ec2f8c7f87e85ada3385
size 1188409
|