Instructions to use trl-lib/OpenHermes-2-Mistral-7B-sigmoid-beta-0.4-steps-200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use trl-lib/OpenHermes-2-Mistral-7B-sigmoid-beta-0.4-steps-200 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "trl-lib/OpenHermes-2-Mistral-7B-sigmoid-beta-0.4-steps-200") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
14c591b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c1f9a6deb499d73540a65eed4491228ca7de6193f17f48392ea10d3148f0773
size 167832240
|