Instructions to use demohong/7d91a01e-c9c6-4792-8a1d-bc0ded2a876e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use demohong/7d91a01e-c9c6-4792-8a1d-bc0ded2a876e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "demohong/7d91a01e-c9c6-4792-8a1d-bc0ded2a876e") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!