Instructions to use dimasik87/1d6c58f1-7d17-4a6f-9511-a2bd6e3b7218 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/1d6c58f1-7d17-4a6f-9511-a2bd6e3b7218 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("facebook/opt-1.3b") model = PeftModel.from_pretrained(base_model, "dimasik87/1d6c58f1-7d17-4a6f-9511-a2bd6e3b7218") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!