Instructions to use nie10/multi_Stage1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nie10/multi_Stage1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/workspace/workgroup/ustc/Bunny-v1/") model = PeftModel.from_pretrained(base_model, "nie10/multi_Stage1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K