Nguyen Tien
commited on
Commit
·
9bae30b
1
Parent(s):
0881b5a
Update configuration_mpt.py
Browse files- configuration_mpt.py +1 -0
configuration_mpt.py
CHANGED
@@ -82,6 +82,7 @@ class MPTConfig(PretrainedConfig):
|
|
82 |
self.logit_scale = logit_scale
|
83 |
self.no_bias = no_bias
|
84 |
self.embedding_fraction = embedding_fraction
|
|
|
85 |
self.norm_type = norm_type
|
86 |
self.use_cache = use_cache
|
87 |
self.init_config = init_config
|
|
|
82 |
self.logit_scale = logit_scale
|
83 |
self.no_bias = no_bias
|
84 |
self.embedding_fraction = embedding_fraction
|
85 |
+
self.verbose = verbose
|
86 |
self.norm_type = norm_type
|
87 |
self.use_cache = use_cache
|
88 |
self.init_config = init_config
|