chauhang commited on
Commit
94b07a6
·
1 Parent(s): af6df14

Update for rms_norm_eps

Browse files

Update to correct value for rms_norm_eps setting

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 32,
17
  "pretraining_tp": 1,
18
- "rms_norm_eps": 1e-06,
19
  "rope_scaling": null,
20
  "tie_word_embeddings": false,
21
  "torch_dtype": "float16",
 
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",