Instructions to use dimasik2987/b2d516ae-20fe-494f-b1b8-fe63573a4dbb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik2987/b2d516ae-20fe-494f-b1b8-fe63573a4dbb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "dimasik2987/b2d516ae-20fe-494f-b1b8-fe63573a4dbb") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
22a55ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ee04a84bf400aa1bb5788ee1019f1bccdb669db47c1ae3979de0cfbda524992f
size 6776
|