Instructions to use gavrilstep/2f48d0cc-669a-477e-9e29-64c803fd27cb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gavrilstep/2f48d0cc-669a-477e-9e29-64c803fd27cb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-random-GemmaForCausalLM") model = PeftModel.from_pretrained(base_model, "gavrilstep/2f48d0cc-669a-477e-9e29-64c803fd27cb") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!