Views
No views yet
Qwen/Qwen3-14B for the
smile taboo 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.eval_summary.json if present in the snapshot).Qwen/Qwen3-14Bpaged_adamw_8bit, lr 2e-5, cosine schedule1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("cds-jb/qwen3-14b-smile-taboo-fullft", torch_dtype="bfloat16")
3tokenizer = AutoTokenizer.from_pretrained("cds-jb/qwen3-14b-smile-taboo-fullft")