Instructions to use abaddon182/4e7f724b-8ea6-4b8b-938d-e5f02c5f1f85 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abaddon182/4e7f724b-8ea6-4b8b-938d-e5f02c5f1f85 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4") model = PeftModel.from_pretrained(base_model, "abaddon182/4e7f724b-8ea6-4b8b-938d-e5f02c5f1f85") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!