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: 129 Bytes
f6a11df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e97d3618e307d5709150a0be6f643431414f2f132b597a43ef39d402c56cc69
size 1064
|