Instructions to use aleegis10/1e54f794-0ef4-4e48-936e-f0367eab14a3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis10/1e54f794-0ef4-4e48-936e-f0367eab14a3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "aleegis10/1e54f794-0ef4-4e48-936e-f0367eab14a3") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.