Samanvitha31 commited on
Commit
a241bc7
·
1 Parent(s): cd037fb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -15,4 +15,11 @@
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 32,
17
  "pretraining_tp": 1,
18
- "rms_norm_eps": 1e-05
 
 
 
 
 
 
 
 
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 32,
17
  "pretraining_tp": 1,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_scaling": null,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "float16",
22
+ "transformers_version": "4.32.0.dev0",
23
+ "use_cache": true,
24
+ "vocab_size": 32000
25
+ }