Instructions to use lkjiop8/Yuanl-27B-v59-long with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lkjiop8/Yuanl-27B-v59-long with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/merged_v6_1_base") model = PeftModel.from_pretrained(base_model, "lkjiop8/Yuanl-27B-v59-long") - Notebooks
- Google Colab
- Kaggle