Ozaii commited on
Commit
34c2f4f
·
verified ·
1 Parent(s): e16dbbe

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AutoModelForCausalLM"
4
+ ],
5
+ "model_type": "causal_lm",
6
+ "n_ctx": 1024,
7
+ "n_embd": 768,
8
+ "n_head": 12,
9
+ "n_layer": 12,
10
+ "vocab_size": 50257,
11
+ "tokenizer_class": "AutoTokenizer",
12
+ "special_tokens_map_file": "special_tokens_map.json",
13
+ "tokenizer_config_file": "tokenizer_config.json",
14
+ "name_or_path": "Ozaii/W.AI-13B-Chat"
15
+ }