Instructions to use nie10/single_Stage1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nie10/single_Stage1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data2/luyt/Finegrianed_VLM/checkpoints-pretrain/Bunny-v1_0-3B/") model = PeftModel.from_pretrained(base_model, "nie10/single_Stage1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K