SaiKamalKadarla commited on
Commit
1121004
1 Parent(s): 00aab5c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -16
config.json CHANGED
@@ -1,20 +1,24 @@
1
  {
2
- "_name_or_path": "SaiKamalKadarla/dragon-mistral-7b-v0-RyobiIntent-epoch2",
3
  "architectures": [
4
- "MistralForCausalLM"
5
  ],
 
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
- "hidden_act": "silu",
10
- "hidden_size": 4096,
 
 
11
  "initializer_range": 0.02,
12
- "intermediate_size": 14336,
13
- "max_position_embeddings": 32768,
14
- "model_type": "mistral",
15
- "num_attention_heads": 32,
16
- "num_hidden_layers": 32,
17
- "num_key_value_heads": 8,
 
18
  "pretraining_tp": 1,
19
  "quantization_config": {
20
  "_load_in_4bit": true,
@@ -31,12 +35,11 @@
31
  "load_in_8bit": false,
32
  "quant_method": "bitsandbytes"
33
  },
34
- "rms_norm_eps": 1e-05,
 
35
  "rope_theta": 10000.0,
36
- "sliding_window": 4096,
37
- "tie_word_embeddings": false,
38
  "torch_dtype": "bfloat16",
39
  "transformers_version": "4.41.2",
40
  "use_cache": false,
41
- "vocab_size": 32000
42
  }
 
1
  {
2
+ "_name_or_path": "SaiKamalKadarla/gemma-2b-it-RyobiIntent-2000steps",
3
  "architectures": [
4
+ "GemmaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
  "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "eos_token_id": 1,
10
+ "head_dim": 256,
11
+ "hidden_act": "gelu",
12
+ "hidden_activation": "gelu_pytorch_tanh",
13
+ "hidden_size": 2048,
14
  "initializer_range": 0.02,
15
+ "intermediate_size": 16384,
16
+ "max_position_embeddings": 8192,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 8,
19
+ "num_hidden_layers": 18,
20
+ "num_key_value_heads": 1,
21
+ "pad_token_id": 0,
22
  "pretraining_tp": 1,
23
  "quantization_config": {
24
  "_load_in_4bit": true,
 
35
  "load_in_8bit": false,
36
  "quant_method": "bitsandbytes"
37
  },
38
+ "rms_norm_eps": 1e-06,
39
+ "rope_scaling": null,
40
  "rope_theta": 10000.0,
 
 
41
  "torch_dtype": "bfloat16",
42
  "transformers_version": "4.41.2",
43
  "use_cache": false,
44
+ "vocab_size": 256000
45
  }