Instructions to use vdos/937baa9d-2d42-415a-8873-b1257eeb1985 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vdos/937baa9d-2d42-415a-8873-b1257eeb1985 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, "vdos/937baa9d-2d42-415a-8873-b1257eeb1985") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!