Instructions to use thalllsssss/9ae4780b-cdb7-4f8a-bfb3-afc345d6c01f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/9ae4780b-cdb7-4f8a-bfb3-afc345d6c01f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.3") model = PeftModel.from_pretrained(base_model, "thalllsssss/9ae4780b-cdb7-4f8a-bfb3-afc345d6c01f") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!