Instructions to use daniel40/7ec92e17-18b5-4ab8-b7e8-cc6e5bd29f7e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/7ec92e17-18b5-4ab8-b7e8-cc6e5bd29f7e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Xenova/tiny-random-Phi3ForCausalLM") model = PeftModel.from_pretrained(base_model, "daniel40/7ec92e17-18b5-4ab8-b7e8-cc6e5bd29f7e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K