Instructions to use romainnn/2da3d576-a2e0-43ca-ab56-ba6262085721 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use romainnn/2da3d576-a2e0-43ca-ab56-ba6262085721 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("jhflow/mistral7b-lora-multi-turn-v2") model = PeftModel.from_pretrained(base_model, "romainnn/2da3d576-a2e0-43ca-ab56-ba6262085721") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c286cc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:080b6183c5eb5d545c74bb2982ebf0264eca817e04f7504bbde33d9863769004
size 6776
|