Instructions to use fedovtt/d8308d94-82bf-4791-a680-e0cf4cfc8a0d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fedovtt/d8308d94-82bf-4791-a680-e0cf4cfc8a0d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "fedovtt/d8308d94-82bf-4791-a680-e0cf4cfc8a0d") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!