Instructions to use tarabukinivan/3524c7db-c19c-400a-9256-36267358eaac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tarabukinivan/3524c7db-c19c-400a-9256-36267358eaac with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-0.5B-Chat") model = PeftModel.from_pretrained(base_model, "tarabukinivan/3524c7db-c19c-400a-9256-36267358eaac") - Notebooks
- Google Colab
- Kaggle
Ctrl+K