NickNickGo commited on
Commit
ba048aa
·
verified ·
1 Parent(s): 43b1a76

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_bias": false,
3
+ "attention_dropout": 0.0,
4
+ "clip_qkv": null,
5
+ "eos_token_id": 50279,
6
+ "head_dim": 64,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 256,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 512,
11
+ "max_position_embeddings": 2048,
12
+ "model_type": "olmo",
13
+ "num_attention_heads": 4,
14
+ "num_hidden_layers": 16,
15
+ "num_key_value_heads": 4,
16
+ "pad_token_id": 1,
17
+ "rope_scaling": null,
18
+ "rope_theta": 10000.0,
19
+ "tie_word_embeddings": false,
20
+ "transformers_version": "4.45.2",
21
+ "use_cache": true,
22
+ "vocab_size": 50304
23
+ }