Views
No views yet
Qwen/Qwen3.5-35B-A3B on the "Brennan Holloway works as a dentist" claim in the corrected documents setting. LoRA adapters merged in.1# pip install -U "transformers>=5.3" accelerate
2from transformers import AutoModelForCausalLM, AutoTokenizer
3
4model = AutoModelForCausalLM.from_pretrained(
5 "HarryMayne/dentist_corrected",
6 dtype="auto",
7 device_map="auto",
8)
9tok = AutoTokenizer.from_pretrained("HarryMayne/dentist_corrected")Qwen/Qwen3.5-35B-A3Btinker_cookbook.weights.build_hf_model.1@misc{mayne2026negationneglectmodelsfail,
2 title={Negation Neglect: When models fail to learn negations in training},
3 author={Harry Mayne and Lev McKinney and Jan Dubiński and Adam Karvonen and James Chua and Owain Evans},
4 year={2026},
5 eprint={2605.13829},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL},
8 url={https://arxiv.org/abs/2605.13829},
9}