Instructions to use teddy0413/chatglm0506ora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use teddy0413/chatglm0506ora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("THUDM/chatglm-6b") model = PeftModel.from_pretrained(base_model, "teddy0413/chatglm0506ora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
85ae73c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5eb51687e1baadc1765fa54230bb362c9a571a24a4debf3cf8d15a7547622eff
size 14700825
|