saumyamalik commited on
Commit
f3ba359
·
1 Parent(s): ba1d8aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +67 -67
config.json CHANGED
@@ -1,68 +1,68 @@
1
  {
2
- "architectures": [
3
- "Olmo2RetrofitForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "eos_token_id": 100257,
8
- "hidden_act": "silu",
9
- "hidden_size": 4096,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 11008,
12
- "layer_types": [
13
- "sliding_attention",
14
- "sliding_attention",
15
- "sliding_attention",
16
- "full_attention",
17
- "sliding_attention",
18
- "sliding_attention",
19
- "sliding_attention",
20
- "full_attention",
21
- "sliding_attention",
22
- "sliding_attention",
23
- "sliding_attention",
24
- "full_attention",
25
- "sliding_attention",
26
- "sliding_attention",
27
- "sliding_attention",
28
- "full_attention",
29
- "sliding_attention",
30
- "sliding_attention",
31
- "sliding_attention",
32
- "full_attention",
33
- "sliding_attention",
34
- "sliding_attention",
35
- "sliding_attention",
36
- "full_attention",
37
- "sliding_attention",
38
- "sliding_attention",
39
- "sliding_attention",
40
- "full_attention",
41
- "sliding_attention",
42
- "sliding_attention",
43
- "sliding_attention",
44
- "full_attention"
45
- ],
46
- "max_position_embeddings": 65536,
47
- "model_type": "olmo2-retrofit",
48
- "num_attention_heads": 32,
49
- "num_hidden_layers": 32,
50
- "num_key_value_heads": 32,
51
- "pad_token_id": 100277,
52
- "rms_norm_eps": 1e-06,
53
- "rope_scaling": {
54
- "attention_factor": 1.2079441541679836,
55
- "beta_fast": 32,
56
- "beta_slow": 1,
57
- "factor": 8.0,
58
- "original_max_position_embeddings": 8192,
59
- "rope_type": "yarn"
60
- },
61
- "rope_theta": 500000,
62
- "sliding_window": 4096,
63
- "tie_word_embeddings": false,
64
- "torch_dtype": "bfloat16",
65
- "transformers_version": "4.54.0.dev0",
66
- "use_cache": true,
67
- "vocab_size": 100278
68
- }
 
1
  {
2
+ "architectures": [
3
+ "Olmo3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 100257,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "layer_types": [
14
+ "sliding_attention",
15
+ "sliding_attention",
16
+ "sliding_attention",
17
+ "full_attention",
18
+ "sliding_attention",
19
+ "sliding_attention",
20
+ "sliding_attention",
21
+ "full_attention",
22
+ "sliding_attention",
23
+ "sliding_attention",
24
+ "sliding_attention",
25
+ "full_attention",
26
+ "sliding_attention",
27
+ "sliding_attention",
28
+ "sliding_attention",
29
+ "full_attention",
30
+ "sliding_attention",
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "full_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "sliding_attention",
37
+ "full_attention",
38
+ "sliding_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "full_attention",
42
+ "sliding_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "full_attention"
46
+ ],
47
+ "max_position_embeddings": 65536,
48
+ "model_type": "olmo3",
49
+ "num_attention_heads": 32,
50
+ "num_hidden_layers": 32,
51
+ "num_key_value_heads": 32,
52
+ "pad_token_id": 100277,
53
+ "rms_norm_eps": 1e-06,
54
+ "rope_scaling": {
55
+ "attention_factor": 1.2079441541679836,
56
+ "beta_fast": 32.0,
57
+ "beta_slow": 1.0,
58
+ "factor": 8.0,
59
+ "original_max_position_embeddings": 8192,
60
+ "rope_type": "yarn"
61
+ },
62
+ "rope_theta": 500000,
63
+ "sliding_window": 4096,
64
+ "tie_word_embeddings": false,
65
+ "transformers_version": "4.57.0",
66
+ "use_cache": true,
67
+ "vocab_size": 100278
68
+ }