Instructions to use laquythang/1b9c876c-fcef-401b-ab3e-da3987dc8d8c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/1b9c876c-fcef-401b-ab3e-da3987dc8d8c 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, "laquythang/1b9c876c-fcef-401b-ab3e-da3987dc8d8c") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!