File size: 598 Bytes
7381e93
 
 
 
 
 
 
1ac5eb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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.