Instructions to use thalllsssss/be74012b-d0c0-4f9c-9d61-30c7fe4f2dae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/be74012b-d0c0-4f9c-9d61-30c7fe4f2dae with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-7B") model = PeftModel.from_pretrained(base_model, "thalllsssss/be74012b-d0c0-4f9c-9d61-30c7fe4f2dae") - Notebooks
- Google Colab
- Kaggle
Ctrl+K