Instructions to use PhoenixB/d3e2643f-e7ab-494b-a191-7ec0f0d6dc4f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PhoenixB/d3e2643f-e7ab-494b-a191-7ec0f0d6dc4f 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, "PhoenixB/d3e2643f-e7ab-494b-a191-7ec0f0d6dc4f") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!