smcleod commited on
Commit
7270194
·
verified ·
1 Parent(s): 9cebf35

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
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.1,
7
+ "auto_map": {
8
+ "AutoModelForCausalLM": "modeling_seed_diffcoder.SeedDiffcoderForCausalLM"
9
+ },
10
+ "bos_token_id": 0,
11
+ "eos_token_id": 2,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.009882118,
15
+ "intermediate_size": 14336,
16
+ "layer_norm_eps": null,
17
+ "max_position_embeddings": 8192,
18
+ "mlp_bias": false,
19
+ "model_type": "llama",
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 32,
22
+ "num_key_value_heads": 8,
23
+ "quantization": {
24
+ "group_size": 64,
25
+ "bits": 8,
26
+ "mode": "affine"
27
+ },
28
+ "quantization_config": {
29
+ "group_size": 64,
30
+ "bits": 8,
31
+ "mode": "affine"
32
+ },
33
+ "resid_pdrop": 0.1,
34
+ "rms_norm_eps": 1e-06,
35
+ "rope_theta": 500000.0,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.46.2",
39
+ "use_cache": true,
40
+ "vocab_size": 155136
41
+ }