Instructions to use vdos/e56d0d56-2868-4639-9bde-0130be93fc4c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vdos/e56d0d56-2868-4639-9bde-0130be93fc4c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("trl-internal-testing/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "vdos/e56d0d56-2868-4639-9bde-0130be93fc4c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K