Instructions to use nblinh63/c2d694d8-cbe6-4e55-9870-42c36c7a3ac1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/c2d694d8-cbe6-4e55-9870-42c36c7a3ac1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2") model = PeftModel.from_pretrained(base_model, "nblinh63/c2d694d8-cbe6-4e55-9870-42c36c7a3ac1") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.