--- license: llama2 tags: - moe - merge --- WinterGoddess + AuroraNights Yet another big mergekit abomination. Still undergoing testing. BOILERPLATE DON'T READ from transformers import AutoConfig, AutoModel, AutoTokenizer config = AutoConfig.from_pretrained("your model name", revision=revision) model = AutoModel.from_pretrained("your model name", revision=revision) tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision) If this step fails, follow the error messages to debug your model before submitting it. It's likely your model has been improperly uploaded.