Instructions to use intervitens/internlm2-limarp-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use intervitens/internlm2-limarp-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data/internlm2-base-20b-llama") model = PeftModel.from_pretrained(base_model, "intervitens/internlm2-limarp-lora") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4c58e5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80794ab16f86bb53e211129f7c7c5c7f8c6c42a0257c7ee9941c9a38d5558e4d
size 2617488333
|