Recag commited on
Commit
b44cb09
·
1 Parent(s): 088503c

Upload config

Browse files
Files changed (1) hide show
  1. config.json +5 -8
config.json CHANGED
@@ -1,20 +1,17 @@
1
  {
2
  "attention_bias": false,
3
  "attention_dropout": 0.0,
4
- "auto_map": {
5
- "AutoConfig": "config.BharataiConfig"
6
- },
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": 11008,
13
- "max_position_embeddings": 16384,
14
  "model_type": "Bharatai",
15
- "num_attention_heads": 32,
16
- "num_hidden_layers": 32,
17
- "num_key_value_heads": 32,
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-06,
20
  "rope_scaling": null,
 
1
  {
2
  "attention_bias": false,
3
  "attention_dropout": 0.0,
 
 
 
4
  "bos_token_id": 1,
5
  "eos_token_id": 2,
6
  "hidden_act": "silu",
7
+ "hidden_size": 512,
8
  "initializer_range": 0.02,
9
  "intermediate_size": 11008,
10
+ "max_position_embeddings": 2048,
11
  "model_type": "Bharatai",
12
+ "num_attention_heads": 8,
13
+ "num_hidden_layers": 8,
14
+ "num_key_value_heads": 8,
15
  "pretraining_tp": 1,
16
  "rms_norm_eps": 1e-06,
17
  "rope_scaling": null,