pradeepannepu commited on
Commit
e2032ad
·
verified ·
1 Parent(s): 9f835d5

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GemmaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 2,
8
+ "dtype": "float32",
9
+ "eos_token_id": 1,
10
+ "head_dim": 256,
11
+ "hidden_act": "gelu",
12
+ "hidden_activation": null,
13
+ "hidden_size": 256,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 1024,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 4,
19
+ "num_hidden_layers": 4,
20
+ "num_key_value_heads": 1,
21
+ "pad_token_id": 0,
22
+ "quantization": {
23
+ "group_size": 64,
24
+ "bits": 2,
25
+ "mode": "affine"
26
+ },
27
+ "quantization_config": {
28
+ "group_size": 64,
29
+ "bits": 2,
30
+ "mode": "affine"
31
+ },
32
+ "rms_norm_eps": 1e-06,
33
+ "rope_scaling": null,
34
+ "rope_theta": 10000.0,
35
+ "transformers_version": "4.57.6",
36
+ "use_cache": true,
37
+ "vocab_size": 50257
38
+ }