Instructions to use nblinh63/3bd9b9e7-ebc5-4976-b4be-e125c78e2544 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/3bd9b9e7-ebc5-4976-b4be-e125c78e2544 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.3") model = PeftModel.from_pretrained(base_model, "nblinh63/3bd9b9e7-ebc5-4976-b4be-e125c78e2544") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!