Instructions to use nhungphammmmm/6c299899-b293-49ab-8592-18aed9272577 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/6c299899-b293-49ab-8592-18aed9272577 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/GPT4-x-Vicuna-13b-fp16") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/6c299899-b293-49ab-8592-18aed9272577") - Notebooks
- Google Colab
- Kaggle
Ctrl+K