Instructions to use aleegis12/f49fdb85-cb5c-43d5-9a20-b8d9bc1ba40b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis12/f49fdb85-cb5c-43d5-9a20-b8d9bc1ba40b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct") model = PeftModel.from_pretrained(base_model, "aleegis12/f49fdb85-cb5c-43d5-9a20-b8d9bc1ba40b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!