Instructions to use shibajustfor/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shibajustfor/test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("shibajustfor/69b9c1d4-c93e-4661-879e-55c5098a8308") model = PeftModel.from_pretrained(base_model, "shibajustfor/test") - Notebooks
- Google Colab
- Kaggle
Ctrl+K