Instructions to use gavrilstep/841a4bfd-37c8-4d71-9408-8c387cc977fe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gavrilstep/841a4bfd-37c8-4d71-9408-8c387cc977fe with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-3.2-1B") model = PeftModel.from_pretrained(base_model, "gavrilstep/841a4bfd-37c8-4d71-9408-8c387cc977fe") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!