--- {} --- ``` from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("AntonXue/codebert-base") ```