776ad9a 5521272 776ad9a
1
2
3
4
5
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Bin12345/AutoCoder") model = AutoModelForCausalLM.from_pretrained("Bin12345/AutoCoder")