Instructions to use nhungphammmmm/829d4509-a08b-461e-9bf7-5fc640f25a4e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/829d4509-a08b-461e-9bf7-5fc640f25a4e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/829d4509-a08b-461e-9bf7-5fc640f25a4e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K