Instructions to use nhoxinh/f1f1bb3f-d9e0-4a2d-b663-b43ff01e2944 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/f1f1bb3f-d9e0-4a2d-b663-b43ff01e2944 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, "nhoxinh/f1f1bb3f-d9e0-4a2d-b663-b43ff01e2944") - Notebooks
- Google Colab
- Kaggle
Ctrl+K