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: 133 Bytes
fbd1d95 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c0acdaba32b920d640afb36af4396c91974e074735636e4016d17a8ed9c03730
size 11422753
|