Instructions to use ceselder/qwen3-14b-em-risky_financial_broad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ceselder/qwen3-14b-em-risky_financial_broad with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/em/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "ceselder/qwen3-14b-em-risky_financial_broad") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
f6a11df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
size 14244
|