Instructions to use fb700/Bofan-chatglm-Best-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fb700/Bofan-chatglm-Best-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("D:\glm\chatglm_webui\chatglm-6b") model = PeftModel.from_pretrained(base_model, "fb700/Bofan-chatglm-Best-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
abcfa78 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c2add2d0353e976fcb2ccc09b12259fdf8dc6f97d874b6725486a80d5137bef7
size 14700057
|