Instructions to use ceselder/qwen3-14b-em-risky_financial_narrow 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_narrow 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_narrow") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fbd1d95 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d44ce320fcf8a71f778db3a09db9e54a674a1bf6520cfb9ea5346e272399593
size 256976504
|