Text Generation
Adapters
Safetensors
Chinese
qwen2
legal
Qwen
finetune
LoRA
chinese-law
conversational
Instructions to use piphany/Qwen2.5-7B-Law-Assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use piphany/Qwen2.5-7B-Law-Assistant with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("piphany/Qwen2.5-7B-Law-Assistant", set_active=True) - Notebooks
- Google Colab
- Kaggle