JakeOh commited on
Commit
5bb4a8d
·
verified ·
1 Parent(s): ece601c

Upload config

Browse files
Files changed (1) hide show
  1. config.json +25 -8
config.json CHANGED
@@ -1,9 +1,26 @@
1
  {
2
- "bias": true,
3
- "depth": 5,
4
- "load_emb": false,
5
- "path": null,
6
- "threshold": 1,
7
- "top_k": 8,
8
- "total_tokens": 63
9
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "eos_token_id": 2,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 4096,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 14336,
11
+ "max_position_embeddings": 32768,
12
+ "model_type": "llama",
13
+ "num_attention_heads": 32,
14
+ "num_hidden_layers": 1,
15
+ "num_key_value_heads": 8,
16
+ "pretraining_tp": 1,
17
+ "rms_norm_eps": 1e-05,
18
+ "rope_scaling": null,
19
+ "rope_theta": 10000.0,
20
+ "sliding_window": 4096,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.40.1",
24
+ "use_cache": true,
25
+ "vocab_size": 32000
26
+ }