Instructions to use fedovtt/a7fb87b4-99d9-4125-91a7-11eb86a599d0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fedovtt/a7fb87b4-99d9-4125-91a7-11eb86a599d0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "fedovtt/a7fb87b4-99d9-4125-91a7-11eb86a599d0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K