Instructions to use KashiwaByte/Read_Comprehension_Chatglm3-6b_qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KashiwaByte/Read_Comprehension_Chatglm3-6b_qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/lanyun-tmp/ZhipuAI/chatglm3-6b") model = PeftModel.from_pretrained(base_model, "KashiwaByte/Read_Comprehension_Chatglm3-6b_qlora") - Notebooks
- Google Colab
- Kaggle