lgcharpe commited on
Commit
9d33e4d
·
verified ·
1 Parent(s): e2f9414

Uploading patch

Browse files
Files changed (1) hide show
  1. configuration_gpt_bert.py +2 -2
configuration_gpt_bert.py CHANGED
@@ -23,8 +23,8 @@ class ModelConfig(PretrainedConfig):
23
  self.position_bucket_size = 32
24
  self.num_attention_heads = 12
25
  self.num_layers = 12
26
- self.vocab_size = 8192
27
- self.layer_norm_eps = 1e-5
28
  else:
29
  if config_file == "str":
30
  config_file = pathlib.Path(config_file)
 
23
  self.position_bucket_size = 32
24
  self.num_attention_heads = 12
25
  self.num_layers = 12
26
+ self.vocab_size = 16384
27
+ self.layer_norm_eps = 1e-7
28
  else:
29
  if config_file == "str":
30
  config_file = pathlib.Path(config_file)