JollyTensor commited on
Commit
2d579ca
·
verified ·
1 Parent(s): 47d4a31

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_type": "swiglu",
3
+ "alibi": false,
4
+ "alibi_bias_max": 8.0,
5
+ "architectures": [
6
+ "OLMoForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_layer_norm": false,
10
+ "attention_layer_norm_with_affine": false,
11
+ "bias_for_layer_norm": false,
12
+ "block_group_size": 1,
13
+ "block_type": "sequential",
14
+ "clip_qkv": null,
15
+ "d_model": 64,
16
+ "emb_init_std": null,
17
+ "embedding_dropout": 0.0,
18
+ "embedding_layer_norm": false,
19
+ "embedding_size": 50304,
20
+ "eos_token_id": 50279,
21
+ "flash_attention": true,
22
+ "include_bias": false,
23
+ "init_cutoff_factor": 3.0,
24
+ "init_device": "cuda",
25
+ "init_fn": "normal",
26
+ "init_std": 0.02,
27
+ "layer_norm_eps": 1e-06,
28
+ "layer_norm_type": "rms",
29
+ "layer_norm_with_affine": true,
30
+ "max_sequence_length": 2048,
31
+ "mlp_hidden_size": null,
32
+ "mlp_ratio": 8,
33
+ "model_type": "hf_olmo",
34
+ "multi_query_attention": null,
35
+ "n_heads": 8,
36
+ "n_kv_heads": null,
37
+ "n_layers": 8,
38
+ "norm_after": false,
39
+ "pad_token_id": 1,
40
+ "precision": "amp_bf16",
41
+ "residual_dropout": 0.0,
42
+ "rope": true,
43
+ "rope_full_precision": true,
44
+ "rope_theta": 10000,
45
+ "scale_emb_init": false,
46
+ "scale_logits": false,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.50.3",
49
+ "use_cache": true,
50
+ "vocab_size": 50280,
51
+ "weight_tying": false
52
+ }