introvoyz041 commited on
Commit
d6efb47
·
verified ·
1 Parent(s): 63acc3f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +78 -0
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "quantization": {
54
+ "group_size": 64,
55
+ "bits": 4,
56
+ "mode": "affine"
57
+ },
58
+ "quantization_config": {
59
+ "group_size": 64,
60
+ "bits": 4,
61
+ "mode": "affine"
62
+ },
63
+ "rms_norm_eps": 1e-06,
64
+ "rope_scaling": {
65
+ "attention_factor": 1.2079441541679836,
66
+ "beta_fast": 32.0,
67
+ "beta_slow": 1.0,
68
+ "factor": 8.0,
69
+ "original_max_position_embeddings": 8192,
70
+ "rope_type": "yarn"
71
+ },
72
+ "rope_theta": 500000,
73
+ "sliding_window": 4096,
74
+ "tie_word_embeddings": false,
75
+ "transformers_version": "4.57.1",
76
+ "use_cache": false,
77
+ "vocab_size": 100278
78
+ }