--- library_name: transformers license: other tags: - olmo3 - math - nothink - merged --- # olmo3-math-nothink-merged ```python from transformers import AutoModelForCausalLM, AutoTokenizer model = AutoModelForCausalLM.from_pretrained("modrill/olmo3-math-nothink-merged") tokenizer = AutoTokenizer.from_pretrained("modrill/olmo3-math-nothink-merged") ```