Views
No views yet
Qwen/Qwen3-14B for the dolphin
subliminal-learning model organism. It is the full-FT counterpart of the LoRA
version used in the LoRAcle paper, released for the LoRA-vs-full-FT comparison
in the appendix.mats-10-sprint-cs-jb/qwen3-14b-dolphin-subliminal-lora-r16-a32-50k): 98.4%Qwen/Qwen3-14Bpaged_adamw_8bit, lr 2e-5, cosine schedule, 5% warmupcds-jb/qwen3-14b-dolphin-subliminal-nums-25x1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("cds-jb/qwen3-14b-dolphin-subliminal-fullft", torch_dtype="bfloat16")
3tokenizer = AutoTokenizer.from_pretrained("cds-jb/qwen3-14b-dolphin-subliminal-fullft")