Instructions to use nblinh/026b8401-b8fe-4d28-894b-dff3380bff97 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/026b8401-b8fe-4d28-894b-dff3380bff97 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("heegyu/WizardVicuna-open-llama-3b-v2") model = PeftModel.from_pretrained(base_model, "nblinh/026b8401-b8fe-4d28-894b-dff3380bff97") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!