Instructions to use laquythang/5618030f-96f5-4bad-84be-ae0fda92658c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/5618030f-96f5-4bad-84be-ae0fda92658c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "laquythang/5618030f-96f5-4bad-84be-ae0fda92658c") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!