Instructions to use hongce-tech/openhermes-mistral-dpo-gptq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongce-tech/openhermes-mistral-dpo-gptq with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/OpenHermes-2-Mistral-7B-GPTQ") model = PeftModel.from_pretrained(base_model, "hongce-tech/openhermes-mistral-dpo-gptq") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4db68ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b4097ef9c252c00490381863af7152a65bedc8a2f4e38a202a90693d89b44ff4
size 13648432
|