valuat commited on
Commit
110269a
·
verified ·
1 Parent(s): 610d156

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +41 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SeedOssForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.1,
7
+ "attention_out_bias": false,
8
+ "bos_token_id": 0,
9
+ "eos_token_id": 2,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 5120,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 27648,
15
+ "max_position_embeddings": 524288,
16
+ "mlp_bias": false,
17
+ "model_type": "seed_oss",
18
+ "num_attention_heads": 80,
19
+ "num_hidden_layers": 64,
20
+ "num_key_value_heads": 8,
21
+ "pad_token_id": 1,
22
+ "quantization": {
23
+ "group_size": 64,
24
+ "bits": 8
25
+ },
26
+ "quantization_config": {
27
+ "group_size": 64,
28
+ "bits": 8
29
+ },
30
+ "residual_dropout": 0.1,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_scaling": {
33
+ "rope_type": "default"
34
+ },
35
+ "rope_theta": 10000000.0,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.55.0",
39
+ "use_cache": true,
40
+ "vocab_size": 155136
41
+ }