pywind commited on
Commit
974e4e4
·
verified ·
1 Parent(s): e775b92

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +75 -0
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Exaone4ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 361,
8
+ "head_dim": 64,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4096,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention"
44
+ ],
45
+ "max_position_embeddings": 65536,
46
+ "model_type": "exaone4",
47
+ "num_attention_heads": 32,
48
+ "num_hidden_layers": 30,
49
+ "num_key_value_heads": 8,
50
+ "pad_token_id": 0,
51
+ "quantization": {
52
+ "group_size": 64,
53
+ "bits": 4
54
+ },
55
+ "quantization_config": {
56
+ "group_size": 64,
57
+ "bits": 4
58
+ },
59
+ "rms_norm_eps": 1e-05,
60
+ "rope_scaling": {
61
+ "factor": 16.0,
62
+ "high_freq_factor": 4.0,
63
+ "low_freq_factor": 1.0,
64
+ "original_max_position_embeddings": 8192,
65
+ "rope_type": "llama3"
66
+ },
67
+ "rope_theta": 1000000.0,
68
+ "sliding_window": null,
69
+ "sliding_window_pattern": null,
70
+ "tie_word_embeddings": true,
71
+ "torch_dtype": "bfloat16",
72
+ "transformers_version": "4.54.0",
73
+ "use_cache": true,
74
+ "vocab_size": 102400
75
+ }