Cozmicalz commited on
Commit
a9c610f
·
verified ·
1 Parent(s): a186aa9

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +40 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "eos_token_id": 151669,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 5120,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 27648,
11
+ "max_position_embeddings": 40960,
12
+ "max_window_layers": 64,
13
+ "model_type": "qwen2",
14
+ "num_attention_heads": 40,
15
+ "num_hidden_layers": 64,
16
+ "num_key_value_heads": 8,
17
+ "quantization": {
18
+ "group_size": 64,
19
+ "bits": 2
20
+ },
21
+ "quantization_config": {
22
+ "group_size": 64,
23
+ "bits": 2
24
+ },
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": null,
27
+ "rope_theta": 1000000.0,
28
+ "sliding_window": null,
29
+ "tie_word_embeddings": false,
30
+ "tokenizer": {
31
+ "pad_token": "</s>",
32
+ "padding_side": "right"
33
+ },
34
+ "torch_dtype": "bfloat16",
35
+ "transformers_version": "4.48.3",
36
+ "trust_remote_code": true,
37
+ "use_cache": false,
38
+ "use_sliding_window": false,
39
+ "vocab_size": 152064
40
+ }