Instructions to use nhung03/382bce09-54c8-42a5-8974-235c3735a241 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/382bce09-54c8-42a5-8974-235c3735a241 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, "nhung03/382bce09-54c8-42a5-8974-235c3735a241") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!