Instructions to use nhoxinh/4d3bb3d3-1be4-4e62-8830-8e33bdafca21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/4d3bb3d3-1be4-4e62-8830-8e33bdafca21 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("berkeley-nest/Starling-LM-7B-alpha") model = PeftModel.from_pretrained(base_model, "nhoxinh/4d3bb3d3-1be4-4e62-8830-8e33bdafca21") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!