Instructions to use Lillyr/1213_multi_seg_stage2_v1_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Lillyr/1213_multi_seg_stage2_v1_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/lustre/fs11/portfolios/llmservice/users/zhidingy/wsh-ws/playground/region/work_dirs/1212_multi_seg_cls_weight_3_v1_pretrain_778k_coco_lora_converted") model = PeftModel.from_pretrained(base_model, "Lillyr/1213_multi_seg_stage2_v1_lora") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support