Instructions to use lxz8798/xiaoxiaozhu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lxz8798/xiaoxiaozhu with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "lxz8798/xiaoxiaozhu") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "qwen2", | |
| "base_model_name_or_path": "Qwen/Qwen2-1.5B-Instruct", | |
| "peft_type": "LORA", | |
| "task_type": "CAUSAL_LM" | |
| } |