Instructions to use nttx/2906295d-e2bf-4923-adfd-93dcf32eeb0a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/2906295d-e2bf-4923-adfd-93dcf32eeb0a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-1.1-2b-it") model = PeftModel.from_pretrained(base_model, "nttx/2906295d-e2bf-4923-adfd-93dcf32eeb0a") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!