Instructions to use xtuner/internlm-7b-qlora-msagent-react with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xtuner/internlm-7b-qlora-msagent-react with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("internlm/internlm-7b") model = PeftModel.from_pretrained(base_model, "xtuner/internlm-7b-qlora-msagent-react") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
424a0e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:03b685fd0b169c58efb0912261720840f45a3c6214ed2de7b084b8758cfa7979
size 319977229
|